org.jbpm.model.definition
Interface Node

All Superinterfaces:
Element, java.io.Serializable
All Known Subinterfaces:
Decision, EndState, Fork, Join, ProcessState, StartState, State

public interface Node
extends Element


Method Summary
 Transition getLeavingTransition(java.lang.String name)
           
 java.util.Collection getLeavingTransitions()
           
 
Methods inherited from interface org.jbpm.model.definition.Element
getActions, getDefinition, getDescription, getId, getName
 

Method Detail

getLeavingTransition

public Transition getLeavingTransition(java.lang.String name)
                                throws IllegalTransitionException
Throws:
IllegalTransitionException

getLeavingTransitions

public java.util.Collection getLeavingTransitions()


Version : jbpm-2.0