Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph
Class NoRouting

java.lang.Object
  extended by org.enhydra.jawe.components.graph.NoRouting
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.Edge.Routing

public class NoRouting
extends java.lang.Object
implements org.jgraph.graph.Edge.Routing

Used to define Transition object in the graph.

See Also:
Serialized Form

Constructor Summary
NoRouting()
           
 
Method Summary
 void route(org.jgraph.graph.EdgeView edge, java.util.List points)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoRouting

public NoRouting()
Method Detail

route

public void route(org.jgraph.graph.EdgeView edge,
                  java.util.List points)
Specified by:
route in interface org.jgraph.graph.Edge.Routing

Together Workflow Editor 3.0-1 API