|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Orchestration
WSMO4J Orchestration Interface
Method Summary | |
---|---|
OrchestrationRules |
getRules()
Returns the transition rules of the orchestration description. |
StateSignature |
getStateSignature()
Returns the state signature of the orchestration description. |
void |
setRules(OrchestrationRules rules)
Sets the transition rules of the orchestration description. |
void |
setStateSignature(StateSignature signature)
Sets the state signature of the orchestration description. |
Methods inherited from interface org.wsmo.common.Entity |
---|
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue |
Method Detail |
---|
StateSignature getStateSignature()
StateSignature
object or null.void setStateSignature(StateSignature signature)
signature
- StateSignature
object to be set.OrchestrationRules getRules()
Rules
object containing the transition rules.void setRules(OrchestrationRules rules)
rules
- Rules
object to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |