tip.node
Class RoutingAutomaton.Pair

java.lang.Object
  extended by tip.node.RoutingAutomaton.Pair
Enclosing class:
RoutingAutomaton<S extends Node,T extends Node>

static class RoutingAutomaton.Pair
extends java.lang.Object


Field Summary
(package private)  Node node
           
(package private)  int state
           
 
Constructor Summary
RoutingAutomaton.Pair(int state, Node node)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

final int state

node

final Node node
Constructor Detail

RoutingAutomaton.Pair

RoutingAutomaton.Pair(int state,
                      Node node)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object