choco.cp.solver.constraints.global.lightcostregular.structure
Class Edge
java.lang.Object
choco.cp.solver.constraints.global.lightcostregular.structure.Edge
- All Implemented Interfaces:
- Comparable<Edge>
public class Edge
- extends Object
- implements Comparable<Edge>
Created by IntelliJ IDEA.
User: julien
Date: Nov 24, 2008
Time: 12:59:05 PM
j
public int j
orig
public Node orig
dest
public Node dest
Edge
public Edge(Node orig,
Node dest,
int j)
compareTo
public int compareTo(Edge edge)
- Specified by:
compareTo
in interface Comparable<Edge>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.