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

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

Uses of StateSignature in org.deri.wsmo4j.choreography
 

Methods in org.deri.wsmo4j.choreography that return StateSignature
 StateSignature ChoreographyRI.getStateSignature()
           
 

Methods in org.deri.wsmo4j.choreography with parameters of type StateSignature
 void ChoreographyRI.setStateSignature(StateSignature stateSignature)
           
 

Constructors in org.deri.wsmo4j.choreography with parameters of type StateSignature
ChoreographyRI(org.wsmo.common.Identifier id, StateSignature signature, ChoreographyRules rules)
          Initializes a default Choreography Implementation given the IRI,StateSignature and Rules objects.
 

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

Classes in org.deri.wsmo4j.choreography.signature that implement StateSignature
 class StateSignatureRI
          Reference implementation for the State Signature.
 

Uses of StateSignature in org.deri.wsmo4j.orchestration
 

Methods in org.deri.wsmo4j.orchestration that return StateSignature
 StateSignature OrchestrationRI.getStateSignature()
           
 

Methods in org.deri.wsmo4j.orchestration with parameters of type StateSignature
 void OrchestrationRI.setStateSignature(StateSignature signature)
           
 

Constructors in org.deri.wsmo4j.orchestration with parameters of type StateSignature
OrchestrationRI(org.wsmo.common.Identifier id, StateSignature signature, OrchestrationRules rules)
          Initializes the Orchestration object with the given parameters.
 

Uses of StateSignature in org.wsmo.factory
 

Methods in org.wsmo.factory that return StateSignature
 StateSignature OrchestrationFactory.Containers.createStateSignature(org.wsmo.common.Identifier id)
           
 StateSignature ChoreographyFactory.Containers.createStateSignature(org.wsmo.common.Identifier id)
           
 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)
           
 

Methods in org.wsmo.factory with parameters of type StateSignature
 Choreography ChoreographyFactory.Containers.createChoreography(org.wsmo.common.Identifier id, StateSignature signature, ChoreographyRules rules)
           
 Orchestration OrchestrationFactory.Containers.createOrchestration(org.wsmo.common.Identifier id, StateSignature signature, OrchestrationRules rules)
           
 

Uses of StateSignature in org.wsmo.service.choreography
 

Methods in org.wsmo.service.choreography that return StateSignature
 StateSignature Choreography.getStateSignature()
          Returns the StateSignature of this choreograhy or null if the StateSignature was not set.
 

Methods in org.wsmo.service.choreography with parameters of type StateSignature
 void Choreography.setStateSignature(StateSignature stateSignature)
          Sets the StateSignature of this choreograhy.
 

Uses of StateSignature in org.wsmo.service.orchestration
 

Methods in org.wsmo.service.orchestration that return StateSignature
 StateSignature Orchestration.getStateSignature()
          Returns the state signature of the orchestration description.
 

Methods in org.wsmo.service.orchestration with parameters of type StateSignature
 void Orchestration.setStateSignature(StateSignature signature)
          Sets the state signature of the orchestration description.
 



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