Class TripleStore.TripleCollector

  • All Implemented Interfaces:
    java.io.Serializable, org.drools.core.util.Entry, Triple
    Enclosing class:
    TripleStore

    public class TripleStore.TripleCollector
    extends java.lang.Object
    implements Triple
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getInstance()  
      org.drools.core.util.Entry getNext()  
      java.lang.Object getProperty()  
      java.lang.Object getValue()  
      void setNext​(org.drools.core.util.Entry next)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TripleCollector

        public TripleCollector​(java.util.List<Triple> list,
                               Triple triple)
    • Method Detail

      • setNext

        public void setNext​(org.drools.core.util.Entry next)
        Specified by:
        setNext in interface org.drools.core.util.Entry
      • getNext

        public org.drools.core.util.Entry getNext()
        Specified by:
        getNext in interface org.drools.core.util.Entry
      • getInstance

        public java.lang.Object getInstance()
        Specified by:
        getInstance in interface Triple
      • getProperty

        public java.lang.Object getProperty()
        Specified by:
        getProperty in interface Triple
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface Triple