net.dpml.metro.tools
Class TransitionDataType

java.lang.Object
  extended by net.dpml.metro.tools.TransitionDataType

public class TransitionDataType
extends Object

Utility datatype supporting a Transition instance construction.

Version:
1.2.0
Author:
Digital Product Meta Library

Constructor Summary
TransitionDataType()
           
 
Method Summary
 OperationDataType createOperation()
          Add an operation to the transition.
 void setName(String name)
          Set the operation name.
 void setTarget(String target)
          Set the transition target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitionDataType

public TransitionDataType()
Method Detail

setName

public void setName(String name)
Set the operation name.

Parameters:
name - the operation name

setTarget

public void setTarget(String target)
Set the transition target.

Parameters:
target - the relative address of the target state

createOperation

public OperationDataType createOperation()
Add an operation to the transition.

Returns:
the operation datatype