Uses of Interface
org.wsmo.service.signature.Out

Packages that use Out
org.deri.wsmo4j.choreography.signature   
org.wsmo.factory   
org.wsmo.service.signature   
 

Uses of Out in org.deri.wsmo4j.choreography.signature
 

Classes in org.deri.wsmo4j.choreography.signature that implement Out
 class OutRI
          Reference implementation for the Out mode.
 

Fields in org.deri.wsmo4j.choreography.signature with type parameters of type Out
protected  Set<Out> StateSignatureRI.outModeDefinition
           
 

Methods in org.deri.wsmo4j.choreography.signature that return types with arguments of type Out
 Set<Out> StateSignatureRI.listOutModes()
           
 

Methods in org.deri.wsmo4j.choreography.signature with parameters of type Out
 void StateSignatureRI.add(Out mode)
          Adds a mode of type Out
 void StateSignatureRI.remove(Out mode)
          Removes an Out mode from the state signature
 

Constructor parameters in org.deri.wsmo4j.choreography.signature with type arguments of type Out
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 Out in org.wsmo.factory
 

Methods in org.wsmo.factory that return Out
 Out OrchestrationFactory.Modes.createOut(org.omwg.ontology.Concept concept)
           
 Out ChoreographyFactory.Modes.createOut(org.omwg.ontology.Concept concept)
           
 Out OrchestrationFactory.Modes.createOut(org.omwg.ontology.Concept concept, Set<Grounding> grounding)
           
 Out ChoreographyFactory.Modes.createOut(org.omwg.ontology.Concept concept, Set<Grounding> grounding)
           
 Out OrchestrationFactory.Modes.createOut(org.omwg.ontology.Relation relation)
           
 Out ChoreographyFactory.Modes.createOut(org.omwg.ontology.Relation relation)
           
 Out OrchestrationFactory.Modes.createOut(org.omwg.ontology.Relation relation, Set<Grounding> grounding)
           
 Out ChoreographyFactory.Modes.createOut(org.omwg.ontology.Relation relation, Set<Grounding> grounding)
           
 

Method parameters in org.wsmo.factory with type arguments of type Out
 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 Out in org.wsmo.service.signature
 

Methods in org.wsmo.service.signature that return types with arguments of type Out
 Set<Out> StateSignature.listOutModes()
          Lists the Out Modes
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.