choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Class Arc
java.lang.Object
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
Constructor Summary |
Arc(Node orig,
Node dest,
int value,
int id)
|
id
public int id
orig
public Node orig
dest
public Node dest
value
public int value
Arc
public Arc(Node orig,
Node dest,
int value,
int id)
toString
public String toString()
- Overrides:
toString
in class Object
getObjectIdx
public int getObjectIdx()
- Specified by:
getObjectIdx
in interface IndexedObject
Copyright © 2012. All Rights Reserved.