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 Details

    • MutableTriplePattern

      public MutableTriplePattern()
      Constructor.
  • Method Details

    • setPattern

      public void setPattern(Node subject, Node predicate, Node object)
      Set the subject,predicate, object components of the pattern.