org.drools.reteoo
Class PropagationQueuingNode.PropagationQueueingNodeMemory
java.lang.Object
org.drools.reteoo.PropagationQueuingNode.PropagationQueueingNodeMemory
- All Implemented Interfaces:
- Externalizable, Serializable, Memory
- Enclosing class:
- PropagationQueuingNode
public static class PropagationQueuingNode.PropagationQueueingNodeMemory
- extends Object
- implements Externalizable, Memory
Memory implementation for the node
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropagationQueuingNode.PropagationQueueingNodeMemory
public PropagationQueuingNode.PropagationQueueingNodeMemory()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
isEmpty
public boolean isEmpty()
addAction
public void addAction(org.drools.reteoo.PropagationQueuingNode.Action action)
getNext
public org.drools.reteoo.PropagationQueuingNode.Action getNext()
hasNext
public boolean hasNext()
isQueued
public AtomicBoolean isQueued()
getSize
public long getSize()
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interface Memory
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.