org.demac.process.base.dpdl
Interface Join
- All Known Implementing Classes:
- JoinImpl
public interface Join
A org.demac.process.base.dpdl.TransitionRestriction that joins a set of
incoming transitions.
Field Summary |
static java.lang.String |
AND
Type: AND |
static java.lang.String |
XOR
Type: XOR |
Method Summary |
java.lang.String |
getId()
|
java.lang.String |
getType()
|
java.lang.String |
getURI()
|
XOR
static final java.lang.String XOR
- Type: XOR
- See Also:
- Constant Field Values
AND
static final java.lang.String AND
- Type: AND
- See Also:
- Constant Field Values
getId
java.lang.String getId()
- Returns:
- the ID of the org.demac.process.base.dpdl.Join,
relevant for the purpose of synchronization.
getURI
java.lang.String getURI()
- Returns:
- the org.demac.process.core.dpdl.UUID of the
org.demac.process.base.dpdl.Join, relevant for the purpose of synchronization.
getType
java.lang.String getType()
- Returns:
- the type of the org.demac.process.base.dpdl.Join.
Possible types are AND and XOR.
AND means all specified transitions have to come in.
XOR means only one of the specified transitions will come in.