Drools :: Core 6.2.0.CR4

org.drools.core.beliefsystem.simple
Class SimpleMode

java.lang.Object
  extended by org.drools.core.util.AbstractBaseLinkedListNode<T1>
      extended by org.drools.core.util.LinkedListEntry<SimpleMode,LogicalDependency<SimpleMode>>
          extended by org.drools.core.beliefsystem.simple.SimpleMode
All Implemented Interfaces:
Externalizable, Serializable, ModedAssertion<SimpleMode>, Entry<SimpleMode>, LinkedListNode<SimpleMode>, org.kie.internal.runtime.beliefs.Mode

public class SimpleMode
extends LinkedListEntry<SimpleMode,LogicalDependency<SimpleMode>>
implements ModedAssertion<SimpleMode>

See Also:
Serialized Form

Constructor Summary
SimpleMode()
           
SimpleMode(LogicalDependency<SimpleMode> object)
           
 
Method Summary
 Object getBeliefSystem()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(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.LinkedListNode
getPrevious, nullPrevNext, setPrevious
 
Methods inherited from interface org.drools.core.util.Entry
getNext, setNext
 

Constructor Detail

SimpleMode

public SimpleMode()

SimpleMode

public SimpleMode(LogicalDependency<SimpleMode> object)
Method Detail

getBeliefSystem

public Object getBeliefSystem()
Specified by:
getBeliefSystem in interface org.kie.internal.runtime.beliefs.Mode

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class LinkedListEntry<SimpleMode,LogicalDependency<SimpleMode>>
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class LinkedListEntry<SimpleMode,LogicalDependency<SimpleMode>>
Throws:
IOException

Drools :: Core 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.