org.demac.process.base.dpdl
Interface Split

All Known Implementing Classes:
SplitImpl

public interface Split

A org.demac.process.base.dpdl.TransitionRestriction that splits a set of outgoing transitions.


Field Summary
static java.lang.String AND
          Type: AND.
static java.lang.String XOR
          Type: XOR.
 
Method Summary
 java.lang.String getType()
           
 

Field Detail

XOR

static final java.lang.String XOR
Type: XOR. XOR means only one of the specified transitions will be carried out.

See Also:
Constant Field Values

AND

static final java.lang.String AND
Type: AND. AND means all specified transitions may be carried out.

See Also:
Constant Field Values
Method Detail

getType

java.lang.String getType()
Returns:
the type of the split. Possible types are AND and XOR. AND means all specified transitions may be carried out. XOR means only one of the specified transitions will be carried out.