org.drools.reteoo
Class ObjectTypeNode.Id

java.lang.Object
  extended by org.drools.reteoo.ObjectTypeNode.Id
Enclosing class:
ObjectTypeNode

public static class ObjectTypeNode.Id
extends Object


Constructor Summary
ObjectTypeNode.Id(int otnId, int id)
           
 
Method Summary
 boolean before(ObjectTypeNode.Id otherId)
           
 boolean equals(Object o)
           
 int getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectTypeNode.Id

public ObjectTypeNode.Id(int otnId,
                         int id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

before

public boolean before(ObjectTypeNode.Id otherId)

getId

public int getId()


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