Package | Description |
---|---|
org.eclipse.rdf4j.sail.shacl.AST | |
org.eclipse.rdf4j.sail.shacl.planNodes | |
org.eclipse.rdf4j.sail.shacl.results |
Modifier and Type | Class and Description |
---|---|
class |
ClassPropertyShape |
class |
DatatypePropertyShape |
class |
LanguageInPropertyShape |
class |
MaxCountPropertyShape
The AST (Abstract Syntax Tree) node that represents a sh:maxCount property nodeShape restriction.
|
class |
MaxExclusivePropertyShape |
class |
MaxInclusivePropertyShape |
class |
MaxLengthPropertyShape |
class |
MinCountPropertyShape
The AST (Abstract Syntax Tree) node that represents a sh:minCount property nodeShape restriction.
|
class |
MinExclusivePropertyShape |
class |
MinInclusivePropertyShape |
class |
MinLengthPropertyShape |
class |
NodeKindPropertyShape |
class |
OrPropertyShape |
class |
PathPropertyShape
The AST (Abstract Syntax Tree) node that represents the sh:path on a property nodeShape.
|
class |
PatternPropertyShape |
Modifier and Type | Method and Description |
---|---|
PropertyShape |
EnrichWithShape.getPropertyShape() |
Modifier and Type | Method and Description |
---|---|
Deque<PropertyShape> |
Tuple.getCausedByPropertyShapes() |
Modifier and Type | Method and Description |
---|---|
void |
Tuple.addCausedByPropertyShape(PropertyShape propertyShape) |
Modifier and Type | Method and Description |
---|---|
void |
Tuple.addAllCausedByPropertyShape(Deque<PropertyShape> causedByPropertyShapes) |
Constructor and Description |
---|
EnrichWithShape(PlanNode parent,
PropertyShape propertyShape) |
Constructor and Description |
---|
ValidationResult(PropertyShape sourceShape,
Resource focusNode) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.