Class 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 Detail

      • MutableTriplePattern

        public MutableTriplePattern()
        Constructor.
    • Method Detail

      • setPattern

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