Class PathConstraint2
java.lang.Object
org.aksw.jena_sparql_api.sparql_path.core.PathConstraintBase
org.aksw.jena_sparql_api.sparql_path.core.PathConstraint2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.jena.graph.Triple>createIngoingPattern(org.apache.jena.graph.Node type, org.apache.jena.graph.Node p) Collection<org.apache.jena.graph.Triple>createOutgoingPattern(org.apache.jena.graph.Node type, org.apache.jena.graph.Node p) Methods inherited from class org.aksw.jena_sparql_api.sparql_path.core.PathConstraintBase
collectQuads, collectQuads, collectQuads, collectQuads, collectQuads, createQuery, createQueryForward, getPathConstraints, getPathConstraints, getPathConstraints, getPathConstraints, getPathConstraintsSimple
-
Constructor Details
-
PathConstraint2
public PathConstraint2()
-
-
Method Details
-
createOutgoingPattern
public Collection<org.apache.jena.graph.Triple> createOutgoingPattern(org.apache.jena.graph.Node type, org.apache.jena.graph.Node p) - Specified by:
createOutgoingPatternin classPathConstraintBase
-
createIngoingPattern
public Collection<org.apache.jena.graph.Triple> createIngoingPattern(org.apache.jena.graph.Node type, org.apache.jena.graph.Node p) - Specified by:
createIngoingPatternin classPathConstraintBase
-