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