Uses of Class
com.atomgraph.spinrdf.constraints.SimplePropertyPath
-
Packages that use SimplePropertyPath Package Description com.atomgraph.spinrdf.constraints -
-
Uses of SimplePropertyPath in com.atomgraph.spinrdf.constraints
Subclasses of SimplePropertyPath in com.atomgraph.spinrdf.constraints Modifier and Type Class Description classObjectPropertyPathclassSubjectPropertyPathMethods in com.atomgraph.spinrdf.constraints that return types with arguments of type SimplePropertyPath Modifier and Type Method Description Collection<SimplePropertyPath>ConstraintViolation. getPaths()Constructor parameters in com.atomgraph.spinrdf.constraints with type arguments of type SimplePropertyPath Constructor Description ConstraintViolation(org.apache.jena.rdf.model.Resource root, Collection<SimplePropertyPath> paths, Collection<TemplateCall> fixes, String message, org.apache.jena.rdf.model.Resource source)Constructs a new ConstraintViolation.
-