|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrchestrationRules | |
---|---|
org.deri.wsmo4j.orchestration | |
org.deri.wsmo4j.orchestration.rule | |
org.wsmo.factory | |
org.wsmo.service.orchestration |
Uses of OrchestrationRules in org.deri.wsmo4j.orchestration |
---|
Methods in org.deri.wsmo4j.orchestration that return OrchestrationRules | |
---|---|
OrchestrationRules |
OrchestrationRI.getRules()
|
Methods in org.deri.wsmo4j.orchestration with parameters of type OrchestrationRules | |
---|---|
void |
OrchestrationRI.setRules(OrchestrationRules rules)
|
Constructors in org.deri.wsmo4j.orchestration with parameters of type OrchestrationRules | |
---|---|
OrchestrationRI(org.wsmo.common.Identifier id,
StateSignature signature,
OrchestrationRules rules)
Initializes the Orchestration object with the given
parameters. |
Uses of OrchestrationRules in org.deri.wsmo4j.orchestration.rule |
---|
Classes in org.deri.wsmo4j.orchestration.rule that implement OrchestrationRules | |
---|---|
class |
RulesRI
Interface or class description |
Uses of OrchestrationRules in org.wsmo.factory |
---|
Methods in org.wsmo.factory that return OrchestrationRules | |
---|---|
OrchestrationRules |
OrchestrationFactory.Containers.createRules(org.wsmo.common.Identifier id)
|
OrchestrationRules |
OrchestrationFactory.Containers.createRules(org.wsmo.common.Identifier id,
Set<Rule> rules)
|
Methods in org.wsmo.factory with parameters of type OrchestrationRules | |
---|---|
Orchestration |
OrchestrationFactory.Containers.createOrchestration(org.wsmo.common.Identifier id,
StateSignature signature,
OrchestrationRules rules)
|
Uses of OrchestrationRules in org.wsmo.service.orchestration |
---|
Methods in org.wsmo.service.orchestration that return OrchestrationRules | |
---|---|
OrchestrationRules |
Orchestration.getRules()
Returns the transition rules of the orchestration description. |
Methods in org.wsmo.service.orchestration with parameters of type OrchestrationRules | |
---|---|
void |
Orchestration.setRules(OrchestrationRules rules)
Sets the transition rules of the orchestration description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |