TWE 2.5-1 API

org.enhydra.jawe.components.graph
Class NoRouting

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

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

TWE 2.5-1 API