| Package | Description |
|---|---|
| io.konig.core | |
| io.konig.core.impl | |
| io.konig.core.path | |
| io.konig.core.util | |
| io.konig.formula | |
| io.konig.shacl |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.copy() |
Path |
PathFactory.createPath(String text) |
Path |
Path.has(org.openrdf.model.URI predicate,
org.openrdf.model.Value value) |
Path |
Path.in(org.openrdf.model.URI predicate) |
Path |
Path.out(org.openrdf.model.URI predicate) |
Path |
Path.subpath(int start)
Get a sub-path from a given index to the end of this Path.
|
Path |
Path.subpath(int start,
int end)
Get a sub-path
|
| Modifier and Type | Method and Description |
|---|---|
static org.openrdf.model.URI |
RdfUtil.out(Path path,
int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
PathImpl |
| Modifier and Type | Method and Description |
|---|---|
Path |
PathImpl.copy() |
Path |
PathImpl.has(org.openrdf.model.URI predicate,
org.openrdf.model.Value value) |
Path |
PathImpl.in(org.openrdf.model.URI predicate) |
Path |
PathImpl.out(org.openrdf.model.URI predicate) |
Path |
PathParser.path(Reader input) |
Path |
PathImpl.subpath(int start) |
Path |
PathImpl.subpath(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
static Context |
PathContextBuilder.buildContext(Path path,
NamespaceManager nsManager) |
void |
DataInjector.inject(Vertex subject,
Path path,
org.openrdf.model.Value value) |
| Modifier and Type | Method and Description |
|---|---|
Path |
PathPattern.getPath() |
| Constructor and Description |
|---|
PathPattern(String sourcePrefix,
Path path,
org.openrdf.model.URI targetClass) |
| Modifier and Type | Method and Description |
|---|---|
Path |
Formula2PathTranslator.toPath(Formula formula) |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedExpression |
Path2FormulaTranslator.toQuantifiedExpression(Path path) |
| Modifier and Type | Method and Description |
|---|---|
Path |
PropertyConstraint.getEquivalentPath() |
Path |
PropertyStructure.getEquivalentPath() |
Path |
ValidationResult.getPath() |
Path |
PropertyConstraint.getSourcePath() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyPath |
PropertyPathUtil.create(Path path) |
ShapeBuilder.PropertyBuilder |
ShapeBuilder.PropertyBuilder.equivalentPath(Path value) |
void |
PropertyConstraint.setEquivalentPath(Path path)
Deprecated.
|
void |
PropertyStructure.setEquivalentPath(Path equivalentPath) |
void |
ValidationResult.setPath(Path path) |
void |
PropertyConstraint.setSourcePath(Path sourcePath) |
Copyright © 2019. All rights reserved.