Class SimpleMode

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BeliefSystem getBeliefSystem()  
      org.drools.base.beliefsystem.Mode getNextMode()  
      void readExternal​(java.io.ObjectInput in)  
      void writeExternal​(java.io.ObjectOutput out)  
      • Methods inherited from class org.drools.core.util.LinkedListEntry

        equals, getObject, hashCode, setObject
      • Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode

        getNext, getPrevious, nullPrevNext, setNext, setPrevious
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.drools.core.util.Entry

        getNext, setNext
      • Methods inherited from interface org.drools.core.util.LinkedListNode

        getPrevious, nullPrevNext, setPrevious
    • Method Detail

      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Overrides:
        readExternal in class org.drools.core.util.LinkedListEntry<SimpleMode,​LogicalDependency<SimpleMode>>
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Overrides:
        writeExternal in class org.drools.core.util.LinkedListEntry<SimpleMode,​LogicalDependency<SimpleMode>>
        Throws:
        java.io.IOException
      • getNextMode

        public org.drools.base.beliefsystem.Mode getNextMode()