choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Class Node

java.lang.Object
  extended by choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Node

public class Node
extends Object

Created by IntelliJ IDEA. User: julien Date: Oct 30, 2009 Time: 3:46:54 PM


Field Summary
 int id
           
 int layer
           
 int state
           
 
Constructor Summary
Node(int state, int layer, int id)
           
 
Method Summary
 boolean equals(Object n)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

state

public int state

layer

public int layer
Constructor Detail

Node

public Node(int state,
            int layer,
            int id)
Method Detail

equals

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


Copyright © 2012. All Rights Reserved.