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

java.lang.Object
  extended by choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.Arc
All Implemented Interfaces:
IndexedObject

public class Arc
extends Object
implements IndexedObject

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


Nested Class Summary
static class Arc.ArcFacroty
           
 
Field Summary
 Node dest
           
 int id
           
 Node orig
           
 int value
           
 
Constructor Summary
Arc(Node orig, Node dest, int value, int id)
           
 
Method Summary
 int getObjectIdx()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public int id

orig

public Node orig

dest

public Node dest

value

public int value
Constructor Detail

Arc

public Arc(Node orig,
           Node dest,
           int value,
           int id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getObjectIdx

public int getObjectIdx()
Specified by:
getObjectIdx in interface IndexedObject


Copyright © 2012. All Rights Reserved.