|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Static | |
---|---|
org.deri.wsmo4j.choreography.signature | |
org.wsmo.factory | |
org.wsmo.service.signature |
Uses of Static in org.deri.wsmo4j.choreography.signature |
---|
Classes in org.deri.wsmo4j.choreography.signature that implement Static | |
---|---|
class |
StaticRI
Reference Implementation for Static Mode. |
Fields in org.deri.wsmo4j.choreography.signature with type parameters of type Static | |
---|---|
protected Set<Static> |
StateSignatureRI.staticModeDefinition
|
Methods in org.deri.wsmo4j.choreography.signature that return types with arguments of type Static | |
---|---|
Set<Static> |
StateSignatureRI.listStaticModes()
|
Methods in org.deri.wsmo4j.choreography.signature with parameters of type Static | |
---|---|
void |
StateSignatureRI.add(Static mode)
Adds a mode of type Static |
void |
StateSignatureRI.remove(Static mode)
Removes an Out mode from the state signature |
Constructor parameters in org.deri.wsmo4j.choreography.signature with type arguments of type Static | |
---|---|
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 Static in org.wsmo.factory |
---|
Methods in org.wsmo.factory that return Static | |
---|---|
Static |
OrchestrationFactory.Modes.createStatic(org.omwg.ontology.Concept concept)
|
Static |
ChoreographyFactory.Modes.createStatic(org.omwg.ontology.Concept concept)
|
Static |
OrchestrationFactory.Modes.createStatic(org.omwg.ontology.Relation relation)
|
Static |
ChoreographyFactory.Modes.createStatic(org.omwg.ontology.Relation relation)
|
Method parameters in org.wsmo.factory with type arguments of type Static | |
---|---|
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 Static in org.wsmo.service.signature |
---|
Methods in org.wsmo.service.signature that return types with arguments of type Static | |
---|---|
Set<Static> |
StateSignature.listStaticModes()
Lists the Static Mode |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |