Class MutableTriplePattern
- java.lang.Object
-
- org.apache.jena.reasoner.TriplePattern
-
- org.apache.jena.reasoner.rulesys.impl.MutableTriplePattern
-
- All Implemented Interfaces:
ClauseEntry
public class MutableTriplePattern extends TriplePattern
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
Constructors Constructor Description MutableTriplePattern()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-