Module org.apache.jena.core
Class MutableTriplePattern
java.lang.Object
org.apache.jena.reasoner.TriplePattern
org.apache.jena.reasoner.rulesys.impl.MutableTriplePattern
- All Implemented Interfaces:
ClauseEntry
Variant of the normal TriplePattern object which can be updated in place
to avoid store turn over. This is specific to the LP system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPattern
(Node subject, Node predicate, Node object) Set the subject,predicate, object components of the pattern.Methods inherited from class org.apache.jena.reasoner.TriplePattern
asTriple, asTripleMatch, compatibleWith, equals, getObject, getPredicate, getSubject, hashCode, isGround, isLegal, sameAs, simplePrintString, simplePrintString, subsumes, toString, variantOf
-
Constructor Details
-
MutableTriplePattern
public MutableTriplePattern()Constructor.
-
-
Method Details
-
setPattern
Set the subject,predicate, object components of the pattern.
-