Uses of Class
org.topbraid.spin.constraints.SimplePropertyPath

Packages that use SimplePropertyPath
org.topbraid.spin.constraints Support for constraint checking using spin:constraint. 
org.topbraid.spin.util Various utilities that don't fit elsewhere. 
 

Uses of SimplePropertyPath in org.topbraid.spin.constraints
 

Subclasses of SimplePropertyPath in org.topbraid.spin.constraints
 class ObjectPropertyPath
          A SimplePropertyPath of the form SP->O.
 class SubjectPropertyPath
          A SimplePropertyPath of the form OP->S.
 

Methods in org.topbraid.spin.constraints that return types with arguments of type SimplePropertyPath
 java.util.Collection<SimplePropertyPath> ConstraintViolation.getPaths()
           
 

Constructor parameters in org.topbraid.spin.constraints with type arguments of type SimplePropertyPath
ConstraintViolation(Resource root, java.util.Collection<SimplePropertyPath> paths, java.util.Collection<TemplateCall> fixes, java.lang.String message)
           
 

Uses of SimplePropertyPath in org.topbraid.spin.util
 

Methods in org.topbraid.spin.util that return types with arguments of type SimplePropertyPath
 java.util.Set<SimplePropertyPath> PropertyPathsGetter.getResults()