|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ontotext.wsmo4j.common.EntityImpl com.ontotext.wsmo4j.common.TopEntityImpl org.deri.wsmo4j.orchestration.OrchestrationRI
public class OrchestrationRI
Interface or class description
Constructor Summary | |
---|---|
OrchestrationRI(org.wsmo.common.Identifier id)
Default constructor of the Orchestration |
|
OrchestrationRI(org.wsmo.common.Identifier id,
StateSignature signature,
OrchestrationRules rules)
Initializes the Orchestration object with the given
parameters. |
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 class com.ontotext.wsmo4j.common.TopEntityImpl |
---|
addMediator, addNamespace, addOntology, equals, findNamespace, getDefaultNamespace, getWsmlVariant, listMediators, listNamespaces, listOntologies, removeMediator, removeNamespace, removeNamespace, removeOntology, removeOntology, setDefaultNamespace, setDefaultNamespace, setWsmlVariant |
Methods inherited from class com.ontotext.wsmo4j.common.EntityImpl |
---|
addNFPValue, addNFPValue, getIdentifier, hashCode, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.wsmo.common.Entity |
---|
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue |
Constructor Detail |
---|
public OrchestrationRI(org.wsmo.common.Identifier id, StateSignature signature, OrchestrationRules rules)
Orchestration
object with the given
parameters.
id
- An Identifier for the Orchestration
signature
- The StateSignature
of the Orchestration
rules
- The transition Rules
of the Orchestration
public OrchestrationRI(org.wsmo.common.Identifier id)
Orchestration
id
- An Identifier
of the Orchestration
Method Detail |
---|
public StateSignature getStateSignature()
Orchestration
StateSignature
object or null.public void setStateSignature(StateSignature signature)
Orchestration
signature
- StateSignature
object to be set.public OrchestrationRules getRules()
Orchestration
Rules
object containing the transition rules.public void setRules(OrchestrationRules rules)
Orchestration
rules
- Rules
object to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |