| Package | Description |
|---|---|
| io.konig.core.impl | |
| io.konig.core.showl | |
| io.konig.shacl | |
| io.konig.validation |
| Modifier and Type | Method and Description |
|---|---|
static String |
RdfUtil.getDescription(PropertyConstraint p,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RdfUtil.sortByLocalName(List<PropertyConstraint> properties)
Sort a list of properties alphabetically by local name.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyConstraint |
ShowlPropertyShape.getPropertyConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ShowlManager.putReferences(List<PropertyConstraint> property,
Map<Shape,Boolean> hasReference) |
| Constructor and Description |
|---|
ShowlDerivedPropertyShape(ShowlNodeShape declaringShape,
ShowlProperty property,
PropertyConstraint constraint) |
ShowlDirectPropertyShape(ShowlNodeShape declaringShape,
ShowlProperty property,
PropertyConstraint propertyConstraint) |
ShowlFormulaPropertyShape(ShowlNodeShape declaringShape,
ShowlProperty property,
PropertyConstraint constraint) |
ShowlOutwardPropertyShape(ShowlNodeShape declaringShape,
ShowlProperty property,
PropertyConstraint c) |
ShowlPropertyShape(ShowlNodeShape declaringShape,
ShowlProperty property,
PropertyConstraint propertyConstraint) |
| Modifier and Type | Method and Description |
|---|---|
PropertyConstraint |
PropertyStructure.asPropertyConstraint() |
PropertyConstraint |
PropertyConstraint.clone() |
PropertyConstraint |
PropertyConstraint.deepClone() |
PropertyConstraint |
Shape.getDerivedPropertyByPredicate(org.openrdf.model.URI predicate) |
PropertyConstraint |
Shape.getDimensionConstraint(org.openrdf.model.URI dimension) |
PropertyConstraint |
FormulaContextBuilder.NameNotDefinedWarning.getProperty() |
PropertyConstraint |
FormulaContextBuilder.NamespaceNotFoundWarning.getProperty() |
PropertyConstraint |
ShapeBuilder.PropertyBuilder.getPropertyConstraint() |
PropertyConstraint |
ShapePropertyPair.getPropertyConstraint() |
PropertyConstraint |
Shape.getPropertyConstraint(org.openrdf.model.URI predicate) |
PropertyConstraint |
Shape.getTimeParam() |
PropertyConstraint |
Shape.getVariableById(org.openrdf.model.URI id) |
PropertyConstraint |
Shape.getVariableByName(String name) |
PropertyConstraint |
Shape.property(org.openrdf.model.URI predicate)
Get the PropertyConstraint with the specified predicate.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyConstraint> |
Shape.getDerivedProperty() |
List<PropertyConstraint> |
ClassStructure.getProperties(Shape shape)
Get the properties declared by a given shape or any of its ancestors.
|
List<PropertyConstraint> |
Shape.getProperty() |
Map<org.openrdf.model.URI,PropertyConstraint> |
ClassStructure.getPropertyMap(Shape shape) |
List<PropertyConstraint> |
Shape.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
Shape |
Shape.add(PropertyConstraint c) |
void |
Shape.addDerivedProperty(PropertyConstraint p) |
void |
Shape.addProperty(PropertyConstraint c) |
void |
Shape.addVariable(PropertyConstraint p) |
Shape |
Shape.updatePropertyConstraint(PropertyConstraint c) |
| Modifier and Type | Method and Description |
|---|---|
void |
Shape.setDerivedProperty(List<PropertyConstraint> derivedProperty) |
void |
Shape.setPropertyList(List<PropertyConstraint> list) |
void |
Shape.setVariable(List<PropertyConstraint> variable) |
| Constructor and Description |
|---|
NameNotDefinedWarning(String name,
Shape shape,
PropertyConstraint property) |
NamespaceNotFoundWarning(String prefix,
Shape shape,
PropertyConstraint property) |
ShapePropertyPair(Shape shape,
PropertyConstraint propertyConstraint) |
| Modifier and Type | Method and Description |
|---|---|
PropertyConstraint |
PropertyShapeReport.getPropertyShape() |
| Constructor and Description |
|---|
PropertyShapeReport(PropertyConstraint propertyShape) |
Copyright © 2019. All rights reserved.