|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controlled | |
---|---|
org.deri.wsmo4j.choreography.signature | |
org.wsmo.factory | |
org.wsmo.service.signature |
Uses of Controlled in org.deri.wsmo4j.choreography.signature |
---|
Classes in org.deri.wsmo4j.choreography.signature that implement Controlled | |
---|---|
class |
ControlledRI
Reference Implementation for the Controlled mode. |
Fields in org.deri.wsmo4j.choreography.signature with type parameters of type Controlled | |
---|---|
protected Set<Controlled> |
StateSignatureRI.controlledModeDefinition
|
Methods in org.deri.wsmo4j.choreography.signature that return types with arguments of type Controlled | |
---|---|
Set<Controlled> |
StateSignatureRI.listControlledModes()
|
Methods in org.deri.wsmo4j.choreography.signature with parameters of type Controlled | |
---|---|
void |
StateSignatureRI.add(Controlled mode)
Adds a mode of type Controlled |
void |
StateSignatureRI.remove(Controlled mode)
Removes an Out mode from the state signature |
Constructor parameters in org.deri.wsmo4j.choreography.signature with type arguments of type Controlled | |
---|---|
StateSignatureRI(org.wsmo.common.Identifier id,
Set<In> inModeDefinition,
Set<Out> outModeDefinition,
Set<Shared> sharedModeDefinition,
Set<Static> staticModeDefinition,
Set<Controlled> controlledModeDefinition)
Constructor initializing a state signature with an IRI and 5 sets of the specific types of modes |
Uses of Controlled in org.wsmo.factory |
---|
Methods in org.wsmo.factory that return Controlled | |
---|---|
Controlled |
OrchestrationFactory.Modes.createControlled(org.omwg.ontology.Concept concept)
|
Controlled |
ChoreographyFactory.Modes.createControlled(org.omwg.ontology.Concept concept)
|
Controlled |
OrchestrationFactory.Modes.createControlled(org.omwg.ontology.Relation relation)
|
Controlled |
ChoreographyFactory.Modes.createControlled(org.omwg.ontology.Relation relation)
|
Method parameters in org.wsmo.factory with type arguments of type Controlled | |
---|---|
StateSignature |
OrchestrationFactory.Containers.createStateSignature(org.wsmo.common.Identifier id,
Set<In> inMode,
Set<Out> outMode,
Set<Shared> sharedMode,
Set<Static> staticMode,
Set<Controlled> controlledMode)
|
StateSignature |
ChoreographyFactory.Containers.createStateSignature(org.wsmo.common.Identifier id,
Set<In> inMode,
Set<Out> outMode,
Set<Shared> sharedMode,
Set<Static> staticMode,
Set<Controlled> controlledMode)
|
Uses of Controlled in org.wsmo.service.signature |
---|
Methods in org.wsmo.service.signature that return types with arguments of type Controlled | |
---|---|
Set<Controlled> |
StateSignature.listControlledModes()
Lists the Controlled Mode |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |