Uses of Class
com.atomgraph.spinrdf.constraints.SPINConstraints.QueryWrapper
-
Packages that use SPINConstraints.QueryWrapper Package Description com.atomgraph.spinrdf.constraints -
-
Uses of SPINConstraints.QueryWrapper in com.atomgraph.spinrdf.constraints
Methods in com.atomgraph.spinrdf.constraints that return SPINConstraints.QueryWrapper Modifier and Type Method Description protected 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.QueryWrapper Modifier and Type Method Description protected 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.QueryWrapper Modifier and Type Method Description protected 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.QueryWrapper Modifier and Type Method Description protected 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)
-