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