Package | Description |
---|---|
com.hp.hpl.jena.sparql.core |
Modifier and Type | Method and Description |
---|---|
static QuadAction |
QuadAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuadAction[] |
QuadAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetChangesBatched.change(QuadAction qaction,
Node g,
Node s,
Node p,
Node o) |
void |
DatasetChanges.change(QuadAction qaction,
Node g,
Node s,
Node p,
Node o)
A change has occurred
|
void |
DatasetChangesCounter.change(QuadAction qaction,
Node g,
Node s,
Node p,
Node o) |
Licenced under the Apache License, Version 2.0