org.obe.xpdl.model.activity
Class Route

java.lang.Object
  extended byorg.obe.xpdl.model.activity.Route
All Implemented Interfaces:
java.io.Serializable

public final class Route
extends java.lang.Object
implements java.io.Serializable

Empty class which is used as a way of connecting multiple transitions to create more complex transitions. The Route object is only used when there is no Activity implementation.

Author:
Adrian Price
See Also:
Serialized Form

Constructor Summary
Route()
          Constructs a new Route.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Route

public Route()
Constructs a new Route.

Method Detail

toString

public java.lang.String toString()


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.