Uses of Class
com.atomgraph.spinrdf.constraints.SPINConstraints.QueryWrapper
Packages that use SPINConstraints.QueryWrapper
-
Uses of SPINConstraints.QueryWrapper in com.atomgraph.spinrdf.constraints
Methods in com.atomgraph.spinrdf.constraints that return SPINConstraints.QueryWrapperModifier and TypeMethodDescriptionprotected static SPINConstraints.QueryWrapperSPINConstraints.createWrapper(org.apache.jena.rdf.model.Resource constraint) Methods in com.atomgraph.spinrdf.constraints that return types with arguments of type SPINConstraints.QueryWrapperModifier and TypeMethodDescriptionprotected static Map<org.apache.jena.rdf.model.Resource,List<SPINConstraints.QueryWrapper>> SPINConstraints.class2Query(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Property predicate) Methods in com.atomgraph.spinrdf.constraints with parameters of type SPINConstraints.QueryWrapperModifier and TypeMethodDescriptionprotected static List<ConstraintViolation>SPINConstraints.runQueryOnClass(SPINConstraints.QueryWrapper wrapper, org.apache.jena.rdf.model.Resource cls, org.apache.jena.rdf.model.Model model) Method parameters in com.atomgraph.spinrdf.constraints with type arguments of type SPINConstraints.QueryWrapperModifier and TypeMethodDescriptionprotected static voidSPINConstraints.addClassContraints(org.apache.jena.rdf.model.Statement stmt, org.apache.jena.rdf.model.Property predicate, Map<org.apache.jena.rdf.model.Resource, List<SPINConstraints.QueryWrapper>> class2Query)