choco.kernel.solver.constraints.global.automata.fast_costregular.structure
Class Arc.ArcFacroty

java.lang.Object
  extended by choco.kernel.solver.constraints.global.automata.fast_costregular.structure.Arc.ArcFacroty
All Implemented Interfaces:
org.jgrapht.EdgeFactory<Node,Arc>
Enclosing class:
Arc

public static class Arc.ArcFacroty
extends Object
implements org.jgrapht.EdgeFactory<Node,Arc>


Constructor Summary
Arc.ArcFacroty()
           
 
Method Summary
 Arc createEdge(Node node, Node node1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arc.ArcFacroty

public Arc.ArcFacroty()
Method Detail

createEdge

public Arc createEdge(Node node,
                      Node node1)
Specified by:
createEdge in interface org.jgrapht.EdgeFactory<Node,Arc>


Copyright © 2012. All Rights Reserved.