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

Packages that use Mode
org.deri.wsmo4j.choreography.signature   
org.wsmo.service.signature   
 

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

Classes in org.deri.wsmo4j.choreography.signature that implement Mode
 class ControlledRI
          Reference Implementation for the Controlled mode.
 class GroundedModeRI
          Implements the common getGrounding method for the Grounded Modes
 class InRI
          Reference implementation for the In mode.
 class ModeRI
          Reference Implementation for the upper Mode interface.
 class OutRI
          Reference implementation for the Out mode.
 class SharedRI
          Reference implementation for the Shared Mode.
 class StaticRI
          Reference Implementation for Static Mode.
 

Methods in org.deri.wsmo4j.choreography.signature that return types with arguments of type Mode
 Iterator<Mode> StateSignatureRI.iterator()
           
 

Methods in org.deri.wsmo4j.choreography.signature with parameters of type Mode
 void StateSignatureRI.addMode(Mode mode)
           
 void StateSignatureRI.removeMode(Mode mode)
           
 

Method parameters in org.deri.wsmo4j.choreography.signature with type arguments of type Mode
 void StateSignatureRI.add(Set<Mode> modes)
          Adds a set of modes to the respective containers
 

Constructor parameters in org.deri.wsmo4j.choreography.signature with type arguments of type Mode
StateSignatureRI(org.wsmo.common.Identifier id, Set<Mode> modes)
          Constructor initializing a state signature with an IRI and a set of modes
 

Uses of Mode in org.wsmo.service.signature
 

Subinterfaces of Mode in org.wsmo.service.signature
 interface Controlled
          Controlled is a subclass of a generic mode.
 interface GroundedMode
          Extends Mode and defines the method getGrounding to be implemented by the grounded modes
 interface In
          In is a subclass of Grounded Mode.
 interface Out
          Out is a subclass of GroundedMode.
 interface Shared
          Shared is a subclass of Grounded Mode.
 interface Static
          Static is a subclass of a generic mode.
 

Methods in org.wsmo.service.signature with parameters of type Mode
 void StateSignature.addMode(Mode mode)
          Adds a particular mode to the signature
 void StateSignature.removeMode(Mode mode)
          Removes a particular mode from the state signature
 



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