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

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

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

Classes in org.deri.wsmo4j.choreography.signature that implement Grounding
 class WSDLGroundingRI
          Reference Implementation for the WSDL grounding
 

Fields in org.deri.wsmo4j.choreography.signature with type parameters of type Grounding
protected  Set<Grounding> GroundedModeRI.groundings
           
 

Methods in org.deri.wsmo4j.choreography.signature that return types with arguments of type Grounding
 Set<Grounding> GroundedModeRI.getGrounding()
           
 

Methods in org.deri.wsmo4j.choreography.signature with parameters of type Grounding
 void GroundedModeRI.addGrounding(Grounding g)
           
 void GroundedModeRI.removeGrounding(Grounding g)
           
 

Constructor parameters in org.deri.wsmo4j.choreography.signature with type arguments of type Grounding
GroundedModeRI(org.omwg.ontology.Concept concept, Set<Grounding> g)
           
GroundedModeRI(org.omwg.ontology.Relation relation, Set<Grounding> g)
           
InRI(org.omwg.ontology.Concept concept, Set<Grounding> g)
           
InRI(org.omwg.ontology.Relation relation, Set<Grounding> g)
           
OutRI(org.omwg.ontology.Concept concept, Set<Grounding> g)
           
OutRI(org.omwg.ontology.Relation relation, Set<Grounding> g)
           
SharedRI(org.omwg.ontology.Concept concept, Set<Grounding> g)
           
SharedRI(org.omwg.ontology.Relation relation, Set<Grounding> g)
           
 

Uses of Grounding in org.wsmo.factory
 

Method parameters in org.wsmo.factory with type arguments of type Grounding
 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, Set<Grounding> grounding)
           
 In ChoreographyFactory.Modes.createIn(org.omwg.ontology.Relation relation, Set<Grounding> grounding)
           
 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, Set<Grounding> grounding)
           
 Out ChoreographyFactory.Modes.createOut(org.omwg.ontology.Relation relation, Set<Grounding> grounding)
           
 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, Set<Grounding> grounding)
           
 Shared ChoreographyFactory.Modes.createShared(org.omwg.ontology.Relation relation, Set<Grounding> grounding)
           
 

Uses of Grounding in org.wsmo.service.signature
 

Subinterfaces of Grounding in org.wsmo.service.signature
 interface WSDLGrounding
          WSDL Grounding is a subclass of Grounding and defines methods for getting information about the wsdl grounding for a concept.
 

Methods in org.wsmo.service.signature that return types with arguments of type Grounding
 Set<Grounding> GroundedMode.getGrounding()
          Returns the grounding object entries of the Grounded mode
 

Methods in org.wsmo.service.signature with parameters of type Grounding
 void GroundedMode.addGrounding(Grounding g)
          Adds a grounding specification to the Grounded Mode
 void GroundedMode.removeGrounding(Grounding g)
          Removes a grounding specification from the Grounded Mode
 



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