|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Choreography
TODO Comment this type.
Created on Jul 26, 2005 Committed by $Author: vassil_momtchev $ $Source$
Method Summary | |
---|---|
ChoreographyRules |
getRules()
Returns the Rules container of this choreography
or null if the Rules container was not set. |
StateSignature |
getStateSignature()
Returns the StateSignature of this choreograhy or
null if the StateSignature was not set. |
void |
setRules(ChoreographyRules rules)
Sets the Rules container of this choreography or
null to remove the current Rules container. |
void |
setStateSignature(StateSignature stateSignature)
Sets the StateSignature of this choreograhy. |
Methods inherited from interface org.wsmo.common.Entity |
---|
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue |
Method Detail |
---|
StateSignature getStateSignature()
StateSignature
of this choreograhy or
null if the StateSignature was not set.
StateSignature
or nullvoid setStateSignature(StateSignature stateSignature)
StateSignature
of this choreograhy.
stateSignature
- StateSignature
or nullChoreographyRules getRules()
Rules
container of this choreography
or null if the Rules container was not set.
Rules
object or nullvoid setRules(ChoreographyRules rules)
Rules
container of this choreography or
null to remove the current Rules container.
rules
- Rules
object or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |