Package org.topbraid.spin.constraints

Support for constraint checking using spin:constraint.

See:
          Description

Class Summary
ConstraintViolation An object representing a failure of a SPIN constraint.
ObjectPropertyPath A SimplePropertyPath of the form SP->O.
SimplePropertyPath A property path that describes a mechanism to get values starting from a given RDF node (root) by following a given predicate.
SPINConstraints Performs SPIN constraint checking on one or more instances, based on the spin:constraints defined on the types of those instances.
SubjectPropertyPath A SimplePropertyPath of the form OP->S.
 

Package org.topbraid.spin.constraints Description

Support for constraint checking using spin:constraint.