A C D F G H I L M N O P R S T U V W

A

AbstractQuantifiedRuleRI - Class in org.deri.wsmo4j.choreography.rule
Provides common implementation methods for the quantified rules (Forall and Choose).
AbstractQuantifiedRuleRI(Set<Variable>, Condition, Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
AbstractQuantifiedRuleRI - Class in org.deri.wsmo4j.orchestration.rule
Provides common implementation methods for the quantified rules (Forall and Choose).
AbstractQuantifiedRuleRI(Set<Variable>, Condition, Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 
AbstractTransitionRuleRI - Class in org.deri.wsmo4j.choreography.rule
Implements common functionality for a Transition Rule.
AbstractTransitionRuleRI() - Constructor for class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
Default constructor for Abstract Transition Rules
AbstractTransitionRuleRI - Class in org.deri.wsmo4j.orchestration.rule
Implements common functionality for a Transition Rule.
AbstractTransitionRuleRI() - Constructor for class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
Default constructor for Abstract Transition Rules
AbstractUpdateRule - Class in org.deri.wsmo4j.rule
Implements common functionality for Update Rules.
AbstractUpdateRule() - Constructor for class org.deri.wsmo4j.rule.AbstractUpdateRule
Default constructor for Update Rules
AbstractUpdateRule(CompoundFact) - Constructor for class org.deri.wsmo4j.rule.AbstractUpdateRule
 
accept(Visitor) - Method in class org.deri.wsmo4j.choreography.rule.ChooseRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.choreography.rule.ForAllRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.choreography.rule.IfThenRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.ChooseRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.ForAllRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.IfThenRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationAchieveGoalRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationApplyMediationRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationInvokeServiceRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.ReceiveRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.orchestration.rule.SendRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.rule.AddRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.rule.ConditionRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.rule.DeleteRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.rule.PerformRI
 
accept(Visitor) - Method in class org.deri.wsmo4j.rule.UpdateRI
 
accept(Visitor) - Method in interface org.wsmo.service.rule.Rule
Acceptor method for the Visitor.
add(In) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Adds a mode of type In
add(Out) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Adds a mode of type Out
add(Shared) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Adds a mode of type Shared
add(Static) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Adds a mode of type Static
add(Controlled) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Adds a mode of type Controlled
add(Set<Mode>) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Adds a set of modes to the respective containers
Add - Interface in org.wsmo.service.rule
add(newFact).
addAttributeValueMolecule(AttributeValueMolecule) - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
addAttributeValueMolecule(AttributeValueMolecule) - Method in interface org.wsmo.service.rule.MoleculeFact
Add attribute value molecules to the compound fact.
addGrounding(Grounding) - Method in class org.deri.wsmo4j.choreography.signature.GroundedModeRI
 
addGrounding(Grounding) - Method in interface org.wsmo.service.signature.GroundedMode
Adds a grounding specification to the Grounded Mode
addMediator(OOMediator) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
addMediator(OOMediator) - Method in interface org.wsmo.service.signature.StateSignature
Adds a reference to a new oo-mediator to this element's used mediators list.
addMembershipMolecule(MembershipMolecule) - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
addMembershipMolecule(MembershipMolecule) - Method in interface org.wsmo.service.rule.MoleculeFact
Add a membership molecule to the Compound Fact.
addMode(Mode) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
addMode(Mode) - Method in interface org.wsmo.service.signature.StateSignature
Adds a particular mode to the signature
addOntology(Ontology) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
addOntology(Ontology) - Method in interface org.wsmo.service.signature.StateSignature
Adds an ontology to this element's imported ontologies list
addPipedRule(ChoreographyRule) - Method in class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
addPipedRule(Rule) - Method in class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
addPipedRule(ChoreographyRule) - Method in interface org.wsmo.service.choreography.rule.ChoreographyPipedRules
Adds a rule to the list of piped rules
addPipedRule(Rule) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationPipedRules
Adds a rule to the list of piped rules
AddRI - Class in org.deri.wsmo4j.rule
Add update Implementation.
AddRI(CompoundFact) - Constructor for class org.deri.wsmo4j.rule.AddRI
 
addRule(ChoreographyRule) - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
addRule(ChoreographyRule) - Method in class org.deri.wsmo4j.choreography.rule.RulesRI
 
addRule(Rule) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
addRule(Rule) - Method in class org.deri.wsmo4j.orchestration.rule.RulesRI
 
addRule(ChoreographyRule) - Method in interface org.wsmo.service.choreography.rule.ChoreographyRules
Adds a rule to the choreography
addRule(ChoreographyRule) - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Adds a nested Rule object
addRule(Rule) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationRules
Adds a rule to the choreography
addRule(Rule) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Adds a nested Rule object
addRules(Set<ChoreographyRule>) - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
addRules(Set<Rule>) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
addRules(Set<ChoreographyRule>) - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Adds a set of rules
addRules(Set<Rule>) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Adds a set of rules
addVariable(Variable) - Method in class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
addVariable(Variable) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 
addVariable(Variable) - Method in interface org.wsmo.service.choreography.rule.ChoreographyQuantifiedRule
Adds a quantified variable object
addVariable(Variable) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationQuantifiedRule
Adds a quantified variable object
addVariables(Set<Variable>) - Method in class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
addVariables(Set<Variable>) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 
addVariables(Set<Variable>) - Method in interface org.wsmo.service.choreography.rule.ChoreographyQuantifiedRule
Adds a quantified variable object
addVariables(Set<Variable>) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationQuantifiedRule
Adds a quantified variable object

C

cFactory - Variable in class org.deri.wsmo4j.io.parser.wsml.ParserImpl
 
ChooseRI - Class in org.deri.wsmo4j.choreography.rule
Reference Implementation for the Choose rule.
ChooseRI(Variable, Condition, ChoreographyRule) - Constructor for class org.deri.wsmo4j.choreography.rule.ChooseRI
Constructor for a choose rule.
ChooseRI(Set<Variable>, Condition, ChoreographyRule) - Constructor for class org.deri.wsmo4j.choreography.rule.ChooseRI
Constructor for a choose rule
ChooseRI(Variable, Condition, Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.ChooseRI
Constructor for a choose rule.
ChooseRI(Set<Variable>, Condition, Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.ChooseRI
Constructor for a choose rule
ChooseRI - Class in org.deri.wsmo4j.orchestration.rule
Reference Implementation for the Choose rule.
ChooseRI(Variable, Condition, Rule) - Constructor for class org.deri.wsmo4j.orchestration.rule.ChooseRI
Constructor for a choose rule.
ChooseRI(Set<Variable>, Condition, Rule) - Constructor for class org.deri.wsmo4j.orchestration.rule.ChooseRI
Constructor for a choose rule
ChooseRI(Variable, Condition, Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.ChooseRI
Constructor for a choose rule.
ChooseRI(Set<Variable>, Condition, Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.ChooseRI
Constructor for a choose rule
Choreography - Interface in org.wsmo.service.choreography
TODO Comment this type.
ChoreographyAnalysis - Class in org.deri.wsmo4j.io.parser.wsml
 
ChoreographyAnalysis(ASTAnalysisContainer, ChoreographyFactory, OrchestrationFactory, WsmoFactory) - Constructor for class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
ChoreographyChoose - Interface in org.wsmo.service.choreography.rule
choose with do endChoose.
ChoreographyFactory - Class in org.wsmo.factory
Factory for creating Choreographies.
ChoreographyFactory() - Constructor for class org.wsmo.factory.ChoreographyFactory
 
ChoreographyFactory.Containers - Interface in org.wsmo.factory
 
ChoreographyFactory.Facts - Interface in org.wsmo.factory
 
ChoreographyFactory.Modes - Interface in org.wsmo.factory
 
ChoreographyFactory.TransitionRules - Interface in org.wsmo.factory
 
ChoreographyFactory.UpdateRules - Interface in org.wsmo.factory
 
ChoreographyFactoryRI - Class in org.deri.wsmo4j.choreography
Reference implementation for the Choreography Factory.
ChoreographyFactoryRI() - Constructor for class org.deri.wsmo4j.choreography.ChoreographyFactoryRI
Choreography Factory default constructor
ChoreographyFactoryRI(Map) - Constructor for class org.deri.wsmo4j.choreography.ChoreographyFactoryRI
Choreography Factory constructor accepting a set of parameters for initialization purposes.
ChoreographyForAll - Interface in org.wsmo.service.choreography.rule
forall with do endForall.
ChoreographyIfThen - Interface in org.wsmo.service.choreography.rule
"if Condition then Rules" is the simplest form of transition Rule.
ChoreographyPipedRules - Interface in org.wsmo.service.choreography.rule
Interface or class description
ChoreographyQuantifiedRule - Interface in org.wsmo.service.choreography.rule
A quantified rule is a sub-class of Transition Rule such did it defines quantified variables.
ChoreographyRI - Class in org.deri.wsmo4j.choreography
Choreography Reference Implementation.
ChoreographyRI(Identifier, StateSignature, ChoreographyRules) - Constructor for class org.deri.wsmo4j.choreography.ChoreographyRI
Initializes a default Choreography Implementation given the IRI,StateSignature and Rules objects.
ChoreographyRI(Identifier) - Constructor for class org.deri.wsmo4j.choreography.ChoreographyRI
 
ChoreographyRule - Interface in org.wsmo.service.rule
Upper Rule Interface for Choreography.
ChoreographyRules - Interface in org.wsmo.service.choreography.rule
Interface or class description
ChoreographySerializerWSML - Class in org.deri.wsmo4j.io.serializer.wsml
Choreography Serializer Class
ChoreographySerializerWSML(Writer, TopEntity) - Constructor for class org.deri.wsmo4j.io.serializer.wsml.ChoreographySerializerWSML
 
ChoreographyTransitionRule - Interface in org.wsmo.service.choreography.rule
Defines the simplest type of transition rule which takes the form of "if Condition then Rule".
clearNestedRules() - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
clearNestedRules() - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
clearNestedRules() - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Removes all the nested rules
clearNestedRules() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Removes all the nested rules
CompoundFact - Interface in org.wsmo.service.rule
A Compound Fact is the object used for add(), delete() and update() rules.
condition - Variable in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
condition - Variable in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
Condition - Interface in org.wsmo.service.rule
Condition is a sub-class of LogicalExpression and defines the condition under which a rule should be fired or not
ConditionRI - Class in org.deri.wsmo4j.rule
Reference Implementation for Condition
ConditionRI(LogicalExpression) - Constructor for class org.deri.wsmo4j.rule.ConditionRI
Factory for creating a condition from an already existing Logical Expression
containers - Variable in class org.wsmo.factory.ChoreographyFactory
 
containers - Variable in class org.wsmo.factory.OrchestrationFactory
 
Controlled - Interface in org.wsmo.service.signature
Controlled is a subclass of a generic mode.
controlledModeDefinition - Variable in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
ControlledRI - Class in org.deri.wsmo4j.choreography.signature
Reference Implementation for the Controlled mode.
ControlledRI(Concept) - Constructor for class org.deri.wsmo4j.choreography.signature.ControlledRI
 
ControlledRI(Relation) - Constructor for class org.deri.wsmo4j.choreography.signature.ControlledRI
 
createAdd(CompoundFact) - Method in interface org.wsmo.factory.ChoreographyFactory.UpdateRules
 
createAdd(CompoundFact) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createChoose(Variable, Condition, ChoreographyRule) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createChoose(Set<Variable>, Condition, ChoreographyRule) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createChoose(Variable, Condition, Set<ChoreographyRule>) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createChoose(Set<Variable>, Condition, Set<ChoreographyRule>) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createChoose(Variable, Condition, Rule) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createChoose(Set<Variable>, Condition, Rule) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createChoose(Variable, Condition, Set<Rule>) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createChoose(Set<Variable>, Condition, Set<Rule>) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createChoreography(Identifier) - Method in interface org.wsmo.factory.ChoreographyFactory.Containers
 
createChoreography(Identifier, StateSignature, ChoreographyRules) - Method in interface org.wsmo.factory.ChoreographyFactory.Containers
 
createConditionFromLogicalExpression(LogicalExpression) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createConditionFromLogicalExpression(LogicalExpression) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createContainer() - Method in class org.deri.wsmo4j.io.parser.wsml.ParserImpl
 
createContainers() - Method in class org.deri.wsmo4j.choreography.ChoreographyFactoryRI
 
createContainers() - Method in class org.deri.wsmo4j.orchestration.OrchestrationFactoryRI
 
createContainers() - Method in class org.wsmo.factory.ChoreographyFactory
 
createContainers() - Method in class org.wsmo.factory.OrchestrationFactory
 
createControlled(Concept) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createControlled(Relation) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createControlled(Concept) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createControlled(Relation) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createDelete(CompoundFact) - Method in interface org.wsmo.factory.ChoreographyFactory.UpdateRules
 
createDelete(CompoundFact) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createFacts() - Method in class org.deri.wsmo4j.choreography.ChoreographyFactoryRI
 
createFacts() - Method in class org.deri.wsmo4j.orchestration.OrchestrationFactoryRI
 
createFacts() - Method in class org.wsmo.factory.ChoreographyFactory
 
createFacts() - Method in class org.wsmo.factory.OrchestrationFactory
 
createForAll(Variable, Condition, ChoreographyRule) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createForAll(Set<Variable>, Condition, ChoreographyRule) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createForAll(Variable, Condition, Set<ChoreographyRule>) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createForAll(Set<Variable>, Condition, Set<ChoreographyRule>) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createForAll(Variable, Condition, Rule) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createForAll(Set<Variable>, Condition, Rule) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createForAll(Variable, Condition, Set<Rule>) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createForAll(Set<Variable>, Condition, Set<Rule>) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createIfThen(Condition, ChoreographyRule) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createIfThen(Condition, Set<ChoreographyRule>) - Method in interface org.wsmo.factory.ChoreographyFactory.TransitionRules
 
createIfThen(Condition, Rule) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createIfThen(Condition, Set<Rule>) - Method in interface org.wsmo.factory.OrchestrationFactory.TransitionRules
 
createIn(Concept) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createIn(Concept, Set<Grounding>) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createIn(Relation) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createIn(Relation, Set<Grounding>) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createIn(Concept) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createIn(Concept, Set<Grounding>) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createIn(Relation) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createIn(Relation, Set<Grounding>) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createModes() - Method in class org.deri.wsmo4j.choreography.ChoreographyFactoryRI
 
createModes() - Method in class org.deri.wsmo4j.orchestration.OrchestrationFactoryRI
 
createModes() - Method in class org.wsmo.factory.ChoreographyFactory
 
createModes() - Method in class org.wsmo.factory.OrchestrationFactory
 
createMoleculeFact() - Method in interface org.wsmo.factory.ChoreographyFactory.Facts
 
createMoleculeFact(Set<MembershipMolecule>, Set<AttributeValueMolecule>) - Method in interface org.wsmo.factory.ChoreographyFactory.Facts
 
createMoleculeFact(MembershipMolecule, Set<AttributeValueMolecule>) - Method in interface org.wsmo.factory.ChoreographyFactory.Facts
 
createMoleculeFact(Set<MembershipMolecule>, AttributeValueMolecule) - Method in interface org.wsmo.factory.ChoreographyFactory.Facts
 
createMoleculeFact(MembershipMolecule, AttributeValueMolecule) - Method in interface org.wsmo.factory.ChoreographyFactory.Facts
 
createMoleculeFact() - Method in interface org.wsmo.factory.OrchestrationFactory.Facts
 
createMoleculeFact(Set<MembershipMolecule>, Set<AttributeValueMolecule>) - Method in interface org.wsmo.factory.OrchestrationFactory.Facts
 
createMoleculeFact(MembershipMolecule, Set<AttributeValueMolecule>) - Method in interface org.wsmo.factory.OrchestrationFactory.Facts
 
createMoleculeFact(Set<MembershipMolecule>, AttributeValueMolecule) - Method in interface org.wsmo.factory.OrchestrationFactory.Facts
 
createMoleculeFact(MembershipMolecule, AttributeValueMolecule) - Method in interface org.wsmo.factory.OrchestrationFactory.Facts
 
createOrchestration(Identifier) - Method in interface org.wsmo.factory.OrchestrationFactory.Containers
 
createOrchestration(Identifier, StateSignature, OrchestrationRules) - Method in interface org.wsmo.factory.OrchestrationFactory.Containers
 
createOrchestrationAchieveGoal(IRI, Goal) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createOrchestrationApplyMediation(IRI, PpMediator) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createOrchestrationInvokeService(IRI, WebService) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createOut(Concept) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createOut(Concept, Set<Grounding>) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createOut(Relation) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createOut(Relation, Set<Grounding>) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createOut(Concept) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createOut(Concept, Set<Grounding>) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createOut(Relation) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createOut(Relation, Set<Grounding>) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createPpMediator(Identifier) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createReceive(IRI, IRI) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createRelationFact() - Method in interface org.wsmo.factory.ChoreographyFactory.Facts
 
createRelationFact(Atom) - Method in interface org.wsmo.factory.ChoreographyFactory.Facts
 
createRelationFact() - Method in interface org.wsmo.factory.OrchestrationFactory.Facts
 
createRelationFact(Atom) - Method in interface org.wsmo.factory.OrchestrationFactory.Facts
 
createRules(Identifier) - Method in interface org.wsmo.factory.ChoreographyFactory.Containers
 
createRules(Identifier, Set<ChoreographyRule>) - Method in interface org.wsmo.factory.ChoreographyFactory.Containers
 
createRules(Identifier) - Method in interface org.wsmo.factory.OrchestrationFactory.Containers
 
createRules(Identifier, Set<Rule>) - Method in interface org.wsmo.factory.OrchestrationFactory.Containers
 
createSend(IRI, IRI) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createShared(Concept) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createShared(Concept, Set<Grounding>) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createShared(Relation) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createShared(Relation, Set<Grounding>) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createShared(Concept) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createShared(Concept, Set<Grounding>) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createShared(Relation) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createShared(Relation, Set<Grounding>) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createStateSignature(Identifier) - Method in interface org.wsmo.factory.ChoreographyFactory.Containers
 
createStateSignature(Identifier, Set<In>, Set<Out>, Set<Shared>, Set<Static>, Set<Controlled>) - Method in interface org.wsmo.factory.ChoreographyFactory.Containers
 
createStateSignature(Identifier) - Method in interface org.wsmo.factory.OrchestrationFactory.Containers
 
createStateSignature(Identifier, Set<In>, Set<Out>, Set<Shared>, Set<Static>, Set<Controlled>) - Method in interface org.wsmo.factory.OrchestrationFactory.Containers
 
createStatic(Concept) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createStatic(Relation) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createStatic(Concept) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createStatic(Relation) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 
createTransitionRules() - Method in class org.deri.wsmo4j.choreography.ChoreographyFactoryRI
 
createTransitionRules() - Method in class org.deri.wsmo4j.orchestration.OrchestrationFactoryRI
 
createTransitionRules() - Method in class org.wsmo.factory.ChoreographyFactory
 
createTransitionRules() - Method in class org.wsmo.factory.OrchestrationFactory
 
createUpdate(CompoundFact) - Method in interface org.wsmo.factory.ChoreographyFactory.UpdateRules
 
createUpdate(CompoundFact, CompoundFact) - Method in interface org.wsmo.factory.ChoreographyFactory.UpdateRules
 
createUpdate(CompoundFact) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createUpdate(CompoundFact, CompoundFact) - Method in interface org.wsmo.factory.OrchestrationFactory.UpdateRules
 
createUpdateRules() - Method in class org.deri.wsmo4j.choreography.ChoreographyFactoryRI
 
createUpdateRules() - Method in class org.deri.wsmo4j.orchestration.OrchestrationFactoryRI
 
createUpdateRules() - Method in class org.wsmo.factory.ChoreographyFactory
 
createUpdateRules() - Method in class org.wsmo.factory.OrchestrationFactory
 
createWSDLGrounding(IRI) - Method in interface org.wsmo.factory.ChoreographyFactory.Modes
 
createWSDLGrounding(IRI) - Method in interface org.wsmo.factory.OrchestrationFactory.Modes
 

D

Delete - Interface in org.wsmo.service.rule
delete(oldFact).
DeleteRI - Class in org.deri.wsmo4j.rule
Delete update implementation.
DeleteRI(CompoundFact) - Constructor for class org.deri.wsmo4j.rule.DeleteRI
 

F

fact - Variable in class org.deri.wsmo4j.rule.AbstractUpdateRule
 
facts - Variable in class org.wsmo.factory.ChoreographyFactory
 
facts - Variable in class org.wsmo.factory.OrchestrationFactory
 
ForAllRI - Class in org.deri.wsmo4j.choreography.rule
Reference Implementation for the ForAll rule.
ForAllRI(Variable, Condition, ChoreographyRule) - Constructor for class org.deri.wsmo4j.choreography.rule.ForAllRI
Constructor for a forall rule.
ForAllRI(Set<Variable>, Condition, ChoreographyRule) - Constructor for class org.deri.wsmo4j.choreography.rule.ForAllRI
Constructor for a forall rule
ForAllRI(Variable, Condition, Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.ForAllRI
Constructor for a choose rule.
ForAllRI(Set<Variable>, Condition, Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.ForAllRI
Constructor for a choose rule
ForAllRI - Class in org.deri.wsmo4j.orchestration.rule
Reference Implementation for the ForAll rule.
ForAllRI(Variable, Condition, Rule) - Constructor for class org.deri.wsmo4j.orchestration.rule.ForAllRI
Constructor for a forall rule.
ForAllRI(Set<Variable>, Condition, Rule) - Constructor for class org.deri.wsmo4j.orchestration.rule.ForAllRI
Constructor for a forall rule
ForAllRI(Variable, Condition, Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.ForAllRI
Constructor for a choose rule.
ForAllRI(Set<Variable>, Condition, Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.ForAllRI
Constructor for a choose rule

G

getAtom() - Method in class org.deri.wsmo4j.rule.RelationFactRI
 
getAtom() - Method in interface org.wsmo.service.rule.RelationFact
 
getConcept() - Method in class org.deri.wsmo4j.choreography.signature.ModeRI
 
getConcept() - Method in interface org.wsmo.service.signature.Mode
Returns the Concept which is associated with the mode
getCondition() - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
getCondition() - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
getCondition() - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Returns the Logical Expression which defines the condition of the rule.
getCondition() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Returns the Logical Expression which defines the condition of the rule.
getFact() - Method in class org.deri.wsmo4j.rule.AbstractUpdateRule
 
getFact() - Method in interface org.wsmo.service.rule.UpdateRule
Returns the compound fact defined by an update rule
getGoal() - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationAchieveGoalRI
 
getGoal() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationAchieveGoal
 
getGrounding() - Method in class org.deri.wsmo4j.choreography.signature.GroundedModeRI
 
getGrounding() - Method in interface org.wsmo.service.signature.GroundedMode
Returns the grounding object entries of the Grounded mode
getIRI() - Method in class org.deri.wsmo4j.choreography.signature.WSDLGroundingRI
 
getIRI() - Method in interface org.wsmo.service.signature.WSDLGrounding
Returns an IRI pointing to the input/ouput parameter of some WSDL operation
getNewFact() - Method in class org.deri.wsmo4j.rule.UpdateRI
 
getNewFact() - Method in interface org.wsmo.service.rule.Update
Returns the new fact defined by the update rule.
getOldFact() - Method in class org.deri.wsmo4j.rule.UpdateRI
 
getOldFact() - Method in interface org.wsmo.service.rule.Update
Returns the old fact defined by the update rule.
getPerformIRI() - Method in class org.deri.wsmo4j.rule.PerformRI
 
getPerformIRI() - Method in interface org.wsmo.service.rule.Perform
 
getPpMediator() - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationApplyMediationRI
 
getPpMediator() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationApplyMediation
 
getRelation() - Method in class org.deri.wsmo4j.choreography.signature.ModeRI
 
getRelation() - Method in interface org.wsmo.service.signature.Mode
Returns the Relation which is associated with the mode
getRestrictedLogicalExpression() - Method in class org.deri.wsmo4j.rule.ConditionRI
 
getRestrictedLogicalExpression() - Method in interface org.wsmo.service.rule.Condition
 
getRules() - Method in class org.deri.wsmo4j.choreography.ChoreographyRI
 
getRules() - Method in class org.deri.wsmo4j.orchestration.OrchestrationRI
 
getRules() - Method in interface org.wsmo.service.choreography.Choreography
Returns the Rules container of this choreography or null if the Rules container was not set.
getRules() - Method in interface org.wsmo.service.orchestration.Orchestration
Returns the transition rules of the orchestration description.
getSerializedObject() - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
getService() - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationInvokeServiceRI
 
getService() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationInvokeService
 
getSourceIRI() - Method in class org.deri.wsmo4j.orchestration.rule.ReceiveRI
 
getSourceIRI() - Method in interface org.wsmo.service.orchestration.rule.Receive
 
getStateSignature() - Method in class org.deri.wsmo4j.choreography.ChoreographyRI
 
getStateSignature() - Method in class org.deri.wsmo4j.orchestration.OrchestrationRI
 
getStateSignature() - Method in interface org.wsmo.service.choreography.Choreography
Returns the StateSignature of this choreograhy or null if the StateSignature was not set.
getStateSignature() - Method in interface org.wsmo.service.orchestration.Orchestration
Returns the state signature of the orchestration description.
getTargetIRI() - Method in class org.deri.wsmo4j.orchestration.rule.SendRI
 
getTargetIRI() - Method in interface org.wsmo.service.orchestration.rule.Send
 
GroundedMode - Interface in org.wsmo.service.signature
Extends Mode and defines the method getGrounding to be implemented by the grounded modes
GroundedModeRI - Class in org.deri.wsmo4j.choreography.signature
Implements the common getGrounding method for the Grounded Modes
GroundedModeRI(Concept) - Constructor for class org.deri.wsmo4j.choreography.signature.GroundedModeRI
Default constructor
GroundedModeRI(Concept, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.GroundedModeRI
 
GroundedModeRI(Relation) - Constructor for class org.deri.wsmo4j.choreography.signature.GroundedModeRI
 
GroundedModeRI(Relation, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.GroundedModeRI
 
Grounding - Interface in org.wsmo.service.signature
Upper Class for grounding.
groundings - Variable in class org.deri.wsmo4j.choreography.signature.GroundedModeRI
 

H

helpChoreography(Choreography) - Method in class org.deri.wsmo4j.io.serializer.wsml.ChoreographySerializerWSML
 
helpCompoundFact(CompoundFact, CompoundFact) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
helpSerializeTerm(Term) - Method in class org.deri.wsmo4j.io.serializer.wsml.ChoreographySerializerWSML
 

I

IfThenRI - Class in org.deri.wsmo4j.choreography.rule
Reference Implementation for the IfThen rule.
IfThenRI(Condition, ChoreographyRule) - Constructor for class org.deri.wsmo4j.choreography.rule.IfThenRI
 
IfThenRI(Condition, Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.IfThenRI
 
IfThenRI - Class in org.deri.wsmo4j.orchestration.rule
Reference Implementation for the IfThen rule.
IfThenRI(Condition, Rule) - Constructor for class org.deri.wsmo4j.orchestration.rule.IfThenRI
 
IfThenRI(Condition, Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.IfThenRI
 
In - Interface in org.wsmo.service.signature
In is a subclass of Grounded Mode.
inAChooseRule(AChooseRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAChorAsmChoreographyFormalism(AChorAsmChoreographyFormalism) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
inAFactRelationFact(AFactRelationFact) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAForallRule(AForallRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAIfRule(AIfRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAIrilistGroundingInfo(AIrilistGroundingInfo) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
inAMode(AMode) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
inAOrchApplyMediationOrchPerformAlt(AOrchApplyMediationOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchAsmOrchestrationFormalism(AOrchAsmOrchestrationFormalism) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
inAOrchChooseOrchestrationRule(AOrchChooseOrchestrationRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchestrationTransitions(AOrchestrationTransitions) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchForallOrchestrationRule(AOrchForallOrchestrationRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchIfOrchestrationRule(AOrchIfOrchestrationRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchInvokeServiceOrchPerformAlt(AOrchInvokeServiceOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchPerformAchievegoalOrchPerformAlt(AOrchPerformAchievegoalOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchPerformOrchestrationRule(AOrchPerformOrchestrationRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchPerformReceiveOrchPerformAlt(AOrchPerformReceiveOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAOrchPerformSendOrchPerformAlt(AOrchPerformSendOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAPpmediator(APpmediator) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAStateSignature(AStateSignature) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
inATransitions(ATransitions) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
inAUpdaterule(AUpdaterule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
indentation - Variable in class org.deri.wsmo4j.io.serializer.wsml.ChoreographySerializerWSML
 
inModeDefinition - Variable in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
InRI - Class in org.deri.wsmo4j.choreography.signature
Reference implementation for the In mode.
InRI(Concept) - Constructor for class org.deri.wsmo4j.choreography.signature.InRI
 
InRI(Concept, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.InRI
 
InRI(Relation) - Constructor for class org.deri.wsmo4j.choreography.signature.InRI
 
InRI(Relation, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.InRI
 
isConcept() - Method in class org.deri.wsmo4j.choreography.signature.ModeRI
 
isConcept() - Method in interface org.wsmo.service.signature.Mode
Determines whether the mode is associated with a concept (true if yes, false if it's a relation)
isEmpty() - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
isEmpty() - Method in class org.deri.wsmo4j.rule.RelationFactRI
 
isEmpty() - Method in interface org.wsmo.service.rule.CompoundFact
Check if the fact contains any information
iterator() - Method in class org.deri.wsmo4j.choreography.rule.RulesRI
 
iterator() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
iterator() - Method in class org.deri.wsmo4j.orchestration.rule.RulesRI
 
iterator() - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
iterator() - Method in class org.deri.wsmo4j.rule.RelationFactRI
 

L

le - Variable in class org.deri.wsmo4j.rule.ConditionRI
 
listAttributeValueMolecules() - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
listAttributeValueMolecules() - Method in interface org.wsmo.service.rule.MoleculeFact
Returns a list of attribute value facts defined in the compound fact.
listControlledModes() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
listControlledModes() - Method in interface org.wsmo.service.signature.StateSignature
Lists the Controlled Mode
listInModes() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
listInModes() - Method in interface org.wsmo.service.signature.StateSignature
Lists the In Modes
listMediators() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
listMediators() - Method in interface org.wsmo.service.signature.StateSignature
Returns the list of used mediators.
listMembershipMolecules() - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
listMembershipMolecules() - Method in interface org.wsmo.service.rule.MoleculeFact
Returns the membership fact defined in the compound fact.
listNestedRules() - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
listNestedRules() - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
listNestedRules() - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Returns the list of Rule objects nested inside the transition rule
listNestedRules() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Returns the list of Rule objects nested inside the transition rule
listOntologies() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
listOntologies() - Method in interface org.wsmo.service.signature.StateSignature
Returns a list of ontologies which this element imports.
listOutModes() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
listOutModes() - Method in interface org.wsmo.service.signature.StateSignature
Lists the Out Modes
listPipedRules() - Method in class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
listPipedRules() - Method in class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
listPipedRules() - Method in interface org.wsmo.service.choreography.rule.ChoreographyPipedRules
returns the set of Piped Rules
listPipedRules() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationPipedRules
returns the set of Piped Rules
listRules() - Method in class org.deri.wsmo4j.choreography.rule.RulesRI
 
listRules() - Method in class org.deri.wsmo4j.orchestration.rule.RulesRI
 
listRules() - Method in interface org.wsmo.service.choreography.rule.ChoreographyRules
Returns Rules that make up this choreography.
listRules() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationRules
Returns Rules that make up this choreography.
listSharedModes() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
listSharedModes() - Method in interface org.wsmo.service.signature.StateSignature
Lists the Shared Modes
listStaticModes() - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
listStaticModes() - Method in interface org.wsmo.service.signature.StateSignature
Lists the Static Mode
listVariables() - Method in class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
listVariables() - Method in class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 
listVariables() - Method in interface org.wsmo.service.choreography.rule.ChoreographyQuantifiedRule
Returns the set of Variable objects which are quantified by the Rule
listVariables() - Method in interface org.wsmo.service.orchestration.rule.OrchestrationQuantifiedRule
Returns the set of Variable objects which are quantified by the Rule

M

makeSet(E) - Static method in class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
makeSet(E) - Static method in class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 
Mode - Interface in org.wsmo.service.signature
A Mode entry container.
ModeRI - Class in org.deri.wsmo4j.choreography.signature
Reference Implementation for the upper Mode interface.
ModeRI(Concept) - Constructor for class org.deri.wsmo4j.choreography.signature.ModeRI
 
ModeRI(Relation) - Constructor for class org.deri.wsmo4j.choreography.signature.ModeRI
Associates the mode with a relation
modes - Variable in class org.wsmo.factory.ChoreographyFactory
 
modes - Variable in class org.wsmo.factory.OrchestrationFactory
 
MoleculeFact - Interface in org.wsmo.service.rule
Defines elements needed for normal updates on molecules.
MoleculeFactRI - Class in org.deri.wsmo4j.rule
Interface or class description
MoleculeFactRI() - Constructor for class org.deri.wsmo4j.rule.MoleculeFactRI
Default constructor for a moleucle fact.
MoleculeFactRI(Set<MembershipMolecule>, Set<AttributeValueMolecule>) - Constructor for class org.deri.wsmo4j.rule.MoleculeFactRI
Constructor for a Molecule Fact.
MoleculeFactRI(MembershipMolecule, Set<AttributeValueMolecule>) - Constructor for class org.deri.wsmo4j.rule.MoleculeFactRI
Constructor for a Molecule Fact.
MoleculeFactRI(Set<MembershipMolecule>, AttributeValueMolecule) - Constructor for class org.deri.wsmo4j.rule.MoleculeFactRI
Constructor for a Molecule Fact.
MoleculeFactRI(MembershipMolecule, AttributeValueMolecule) - Constructor for class org.deri.wsmo4j.rule.MoleculeFactRI
Constructor for a Molecule Fact.

N

NotGroundedException - Exception in org.wsmo.service.signature
Exception to be thrown if In, Out or Shared don't define any grounding information.
NotGroundedException() - Constructor for exception org.wsmo.service.signature.NotGroundedException
 
NotGroundedException(String, Throwable) - Constructor for exception org.wsmo.service.signature.NotGroundedException
 
NotGroundedException(String) - Constructor for exception org.wsmo.service.signature.NotGroundedException
 
NotGroundedException(Throwable) - Constructor for exception org.wsmo.service.signature.NotGroundedException
 

O

oFactory - Variable in class org.deri.wsmo4j.io.parser.wsml.ParserImpl
 
oldFact - Variable in class org.deri.wsmo4j.rule.UpdateRI
 
Orchestration - Interface in org.wsmo.service.orchestration
WSMO4J Orchestration Interface
OrchestrationAchieveGoal - Interface in org.wsmo.service.orchestration.rule
Interface or class description
OrchestrationAchieveGoalRI - Class in org.deri.wsmo4j.orchestration.rule
Interface or class description
OrchestrationAchieveGoalRI(IRI, Goal) - Constructor for class org.deri.wsmo4j.orchestration.rule.OrchestrationAchieveGoalRI
 
OrchestrationApplyMediation - Interface in org.wsmo.service.orchestration.rule
Interface or class description
OrchestrationApplyMediationRI - Class in org.deri.wsmo4j.orchestration.rule
Interface or class description
OrchestrationApplyMediationRI(IRI, PpMediator) - Constructor for class org.deri.wsmo4j.orchestration.rule.OrchestrationApplyMediationRI
 
OrchestrationChoose - Interface in org.wsmo.service.orchestration.rule
choose with do endChoose.
OrchestrationFactory - Class in org.wsmo.factory
Orchestration Factory abstract Class.
OrchestrationFactory() - Constructor for class org.wsmo.factory.OrchestrationFactory
 
OrchestrationFactory.Containers - Interface in org.wsmo.factory
 
OrchestrationFactory.Facts - Interface in org.wsmo.factory
 
OrchestrationFactory.Modes - Interface in org.wsmo.factory
 
OrchestrationFactory.TransitionRules - Interface in org.wsmo.factory
 
OrchestrationFactory.UpdateRules - Interface in org.wsmo.factory
 
OrchestrationFactoryRI - Class in org.deri.wsmo4j.orchestration
Interface or class description
OrchestrationFactoryRI() - Constructor for class org.deri.wsmo4j.orchestration.OrchestrationFactoryRI
Default Constructor for the Orchestration Factory.
OrchestrationForAll - Interface in org.wsmo.service.orchestration.rule
forall with do endForall.
OrchestrationIfThen - Interface in org.wsmo.service.orchestration.rule
"if Condition then Rules" is the simplest form of transition Rule.
OrchestrationInvokeService - Interface in org.wsmo.service.orchestration.rule
Interface or class description
OrchestrationInvokeServiceRI - Class in org.deri.wsmo4j.orchestration.rule
Interface or class description
OrchestrationInvokeServiceRI(IRI, WebService) - Constructor for class org.deri.wsmo4j.orchestration.rule.OrchestrationInvokeServiceRI
 
OrchestrationPipedRules - Interface in org.wsmo.service.orchestration.rule
Interface or class description
OrchestrationQuantifiedRule - Interface in org.wsmo.service.orchestration.rule
A quantified rule is a sub-class of Transition Rule such did it defines quantified variables.
OrchestrationRI - Class in org.deri.wsmo4j.orchestration
Interface or class description
OrchestrationRI(Identifier, StateSignature, OrchestrationRules) - Constructor for class org.deri.wsmo4j.orchestration.OrchestrationRI
Initializes the Orchestration object with the given parameters.
OrchestrationRI(Identifier) - Constructor for class org.deri.wsmo4j.orchestration.OrchestrationRI
Default constructor of the Orchestration
OrchestrationRules - Interface in org.wsmo.service.orchestration.rule
Interface or class description
OrchestrationTransitionRule - Interface in org.wsmo.service.orchestration.rule
Defines the simplest type of transition rule which takes the form of "if Condition then Rule".
org.deri.wsmo4j.choreography - package org.deri.wsmo4j.choreography
 
org.deri.wsmo4j.choreography.rule - package org.deri.wsmo4j.choreography.rule
 
org.deri.wsmo4j.choreography.signature - package org.deri.wsmo4j.choreography.signature
 
org.deri.wsmo4j.io.parser.wsml - package org.deri.wsmo4j.io.parser.wsml
 
org.deri.wsmo4j.io.serializer.wsml - package org.deri.wsmo4j.io.serializer.wsml
 
org.deri.wsmo4j.orchestration - package org.deri.wsmo4j.orchestration
 
org.deri.wsmo4j.orchestration.rule - package org.deri.wsmo4j.orchestration.rule
 
org.deri.wsmo4j.rule - package org.deri.wsmo4j.rule
 
org.wsmo.factory - package org.wsmo.factory
 
org.wsmo.service.choreography - package org.wsmo.service.choreography
 
org.wsmo.service.choreography.io - package org.wsmo.service.choreography.io
 
org.wsmo.service.choreography.rule - package org.wsmo.service.choreography.rule
 
org.wsmo.service.orchestration - package org.wsmo.service.orchestration
 
org.wsmo.service.orchestration.rule - package org.wsmo.service.orchestration.rule
 
org.wsmo.service.rule - package org.wsmo.service.rule
 
org.wsmo.service.signature - package org.wsmo.service.signature
 
Out - Interface in org.wsmo.service.signature
Out is a subclass of GroundedMode.
outAAttrFactList(AAttrFactList) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAAttrRelationAttrFactList(AAttrRelationAttrFactList) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAChooseRule(AChooseRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAChorAsmChoreographyFormalism(AChorAsmChoreographyFormalism) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outAConceptModeModeEntry(AConceptModeModeEntry) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outADefaultModeModeEntry(ADefaultModeModeEntry) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outAFactMoleculeFact(AFactMoleculeFact) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAFactNonpreferredFact(AFactNonpreferredFact) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAFactPreferredFact(AFactPreferredFact) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAFactRelationFact(AFactRelationFact) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAForallRule(AForallRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAIfRule(AIfRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAImportsontology(AImportsontology) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outAIriGroundingInfo(AIriGroundingInfo) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outAIrilistGroundingInfo(AIrilistGroundingInfo) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outAMoveTermUpdate(AMoveTermUpdate) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchApplyMediationOrchPerformAlt(AOrchApplyMediationOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchAsmOrchestrationFormalism(AOrchAsmOrchestrationFormalism) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outAOrchChooseOrchestrationRule(AOrchChooseOrchestrationRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchForallOrchestrationRule(AOrchForallOrchestrationRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchIfOrchestrationRule(AOrchIfOrchestrationRule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchInvokeServiceOrchPerformAlt(AOrchInvokeServiceOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchPerformAchievegoalOrchPerformAlt(AOrchPerformAchievegoalOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchPerformReceiveOrchPerformAlt(AOrchPerformReceiveOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAOrchPerformSendOrchPerformAlt(AOrchPerformSendOrchPerformAlt) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAPpmediator(APpmediator) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outARelationModeModeEntry(ARelationModeModeEntry) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outARestrictedLeCondition(ARestrictedLeCondition) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outASingleTermUpdate(ASingleTermUpdate) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAStateSignature(AStateSignature) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outAUpdaterule(AUpdaterule) - Method in class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
outAUsesmediator(AUsesmediator) - Method in class org.deri.wsmo4j.io.parser.wsml.ChoreographyAnalysis
 
outModeDefinition - Variable in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
OutRI - Class in org.deri.wsmo4j.choreography.signature
Reference implementation for the Out mode.
OutRI(Concept) - Constructor for class org.deri.wsmo4j.choreography.signature.OutRI
Default Constructor
OutRI(Concept, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.OutRI
 
OutRI(Relation) - Constructor for class org.deri.wsmo4j.choreography.signature.OutRI
 
OutRI(Relation, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.OutRI
 

P

PARSER_CHOREOGRAPHY_FACTORY - Static variable in class org.deri.wsmo4j.io.parser.wsml.ParserImpl
 
PARSER_ORCHESTRATION_FACTORY - Static variable in class org.deri.wsmo4j.io.parser.wsml.ParserImpl
 
ParserImpl - Class in org.deri.wsmo4j.io.parser.wsml
 
ParserImpl(Map) - Constructor for class org.deri.wsmo4j.io.parser.wsml.ParserImpl
 
Perform - Interface in org.wsmo.service.rule
 
PerformRI - Class in org.deri.wsmo4j.rule
Perform Implementation.
PerformRI(IRI) - Constructor for class org.deri.wsmo4j.rule.PerformRI
 
PipedRulesRI - Class in org.deri.wsmo4j.choreography.rule
Interface or class description
PipedRulesRI() - Constructor for class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
PipedRulesRI(Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
PipedRulesRI - Class in org.deri.wsmo4j.orchestration.rule
Interface or class description
PipedRulesRI() - Constructor for class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
PipedRulesRI(Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
PpMediator - Interface in org.wsmo.service.orchestration
 
PpMediatorRi - Class in org.deri.wsmo4j.orchestration
 
PpMediatorRi(Identifier) - Constructor for class org.deri.wsmo4j.orchestration.PpMediatorRi
 

R

Receive - Interface in org.wsmo.service.orchestration.rule
Interface or class description
ReceiveRI - Class in org.deri.wsmo4j.orchestration.rule
Interface or class description
ReceiveRI(IRI, IRI) - Constructor for class org.deri.wsmo4j.orchestration.rule.ReceiveRI
 
RelationFact - Interface in org.wsmo.service.rule
TODO: Improve the javadoc description Extends CompoundFact and Relation Instance since only updates on relation instances are allowed.
RelationFactRI - Class in org.deri.wsmo4j.rule
Interface or class description
RelationFactRI() - Constructor for class org.deri.wsmo4j.rule.RelationFactRI
Default constructor RelationFactRI
RelationFactRI(Atom) - Constructor for class org.deri.wsmo4j.rule.RelationFactRI
Constructor
remove(In) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Removes an In mode from the state signature
remove(Out) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Removes an Out mode from the state signature
remove(Shared) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Removes an Out mode from the state signature
remove(Static) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Removes an Out mode from the state signature
remove(Controlled) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Removes an Out mode from the state signature
removeAttributeValueMolecule(AttributeValueMolecule) - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
removeAttributeValueMolecule(AttributeValueMolecule) - Method in interface org.wsmo.service.rule.MoleculeFact
Remove attribute value molecules to the compound fact.
removeGrounding(Grounding) - Method in class org.deri.wsmo4j.choreography.signature.GroundedModeRI
 
removeGrounding(Grounding) - Method in interface org.wsmo.service.signature.GroundedMode
Removes a grounding specification from the Grounded Mode
removeMediator(OOMediator) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
removeMediator(IRI) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
removeMediator(OOMediator) - Method in interface org.wsmo.service.signature.StateSignature
Removes a reference to a mediator from this element's used mediator list.
removeMediator(IRI) - Method in interface org.wsmo.service.signature.StateSignature
Removes a reference to a oo-mediator from this element's used mediator list.
removeMembershipMolecule(MembershipMolecule) - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
removeMembershipMolecule(MembershipMolecule) - Method in interface org.wsmo.service.rule.MoleculeFact
Remove a membership molecule from the Compound Fact.
removeMode(Mode) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
removeMode(Mode) - Method in interface org.wsmo.service.signature.StateSignature
Removes a particular mode from the state signature
removeOntology(IRI) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
removeOntology(Ontology) - Method in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
removeOntology(IRI) - Method in interface org.wsmo.service.signature.StateSignature
Removes an ontology from the list of ontolgies which this element imports.
removeOntology(Ontology) - Method in interface org.wsmo.service.signature.StateSignature
Removes an ontology from the list of ontolgies which this element imports.
removePipedRule(ChoreographyRule) - Method in class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
removePipedRule(Rule) - Method in class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
removePipedRule(ChoreographyRule) - Method in interface org.wsmo.service.choreography.rule.ChoreographyPipedRules
Removes a rule from the list of piped rules
removePipedRule(Rule) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationPipedRules
Removes a rule from the list of piped rules
removeRule(ChoreographyRule) - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
removeRule(ChoreographyRule) - Method in class org.deri.wsmo4j.choreography.rule.RulesRI
 
removeRule(Rule) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
removeRule(Rule) - Method in class org.deri.wsmo4j.orchestration.rule.RulesRI
 
removeRule(ChoreographyRule) - Method in interface org.wsmo.service.choreography.rule.ChoreographyRules
Removes the specified rule from the choreography
removeRule(ChoreographyRule) - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Removes a nested rule
removeRule(Rule) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationRules
Removes the specified rule from the choreography
removeRule(Rule) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Removes a nested rule
removeVariable(Variable) - Method in class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
removeVariable(Variable) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 
removeVariable(Variable) - Method in interface org.wsmo.service.choreography.rule.ChoreographyQuantifiedRule
Removes a quantified variable object from the rule
removeVariable(Variable) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationQuantifiedRule
Removes a quantified variable object from the rule
Rule - Interface in org.wsmo.service.rule
Upper Rule Interface for Orchestration.
RuleAnalyzer - Class in org.deri.wsmo4j.io.parser.wsml
 
RuleAnalyzer(ASTAnalysisContainer, WsmoFactory, OrchestrationFactory, ChoreographyFactory, LogicalExpressionFactory) - Constructor for class org.deri.wsmo4j.io.parser.wsml.RuleAnalyzer
 
rules - Variable in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
rules - Variable in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
RulesRI - Class in org.deri.wsmo4j.choreography.rule
Interface or class description
RulesRI(Identifier) - Constructor for class org.deri.wsmo4j.choreography.rule.RulesRI
Initializes the Rules container of Choreography Descriptions with the given Identifier
RulesRI(Identifier, Set<ChoreographyRule>) - Constructor for class org.deri.wsmo4j.choreography.rule.RulesRI
Initializes the Rules container of Choreography Descriptions with the given Identifier and rules
RulesRI - Class in org.deri.wsmo4j.orchestration.rule
Interface or class description
RulesRI(Identifier) - Constructor for class org.deri.wsmo4j.orchestration.rule.RulesRI
Initializes the Rules container of orchestration Descriptions with the given Identifier
RulesRI(Identifier, Set<Rule>) - Constructor for class org.deri.wsmo4j.orchestration.rule.RulesRI
Initializes the Rules container of orchestration Descriptions with the given Identifier and rules

S

Send - Interface in org.wsmo.service.orchestration.rule
Interface or class description
SendRI - Class in org.deri.wsmo4j.orchestration.rule
Interface or class description
SendRI(IRI, IRI) - Constructor for class org.deri.wsmo4j.orchestration.rule.SendRI
 
serialize(TopEntity[], Writer) - Method in class org.deri.wsmo4j.io.serializer.wsml.SerializerImpl
 
serialize(Choreography) - Method in class org.deri.wsmo4j.io.serializer.wsml.SerializerImpl
 
serialize(Choreography) - Method in interface org.wsmo.service.choreography.io.Serializer
Serializes a choreography object
Serializer - Interface in org.wsmo.service.choreography.io
Serializer interface for choreography objects
SerializerImpl - Class in org.deri.wsmo4j.io.serializer.wsml
 
SerializerImpl(Map<String, Object>) - Constructor for class org.deri.wsmo4j.io.serializer.wsml.SerializerImpl
 
setAtom(Atom) - Method in class org.deri.wsmo4j.rule.RelationFactRI
 
setAtom(Atom) - Method in interface org.wsmo.service.rule.RelationFact
 
setCondition(Condition) - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
setCondition(Condition) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
setCondition(Condition) - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Sets the Conditon of the rule.
setCondition(Condition) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Sets the Conditon of the rule.
setFact(CompoundFact) - Method in class org.deri.wsmo4j.rule.AbstractUpdateRule
 
setFact(CompoundFact) - Method in interface org.wsmo.service.rule.UpdateRule
Sets the fact of the update rule
setIRI(IRI) - Method in class org.deri.wsmo4j.choreography.signature.WSDLGroundingRI
 
setIRI(IRI) - Method in interface org.wsmo.service.signature.WSDLGrounding
Sets the grounding IRI
setNewFact(CompoundFact) - Method in class org.deri.wsmo4j.rule.UpdateRI
 
setNewFact(CompoundFact) - Method in interface org.wsmo.service.rule.Update
Sets the new fact associated with the update rule.
setOldFact(CompoundFact) - Method in class org.deri.wsmo4j.rule.UpdateRI
 
setOldFact(CompoundFact) - Method in interface org.wsmo.service.rule.Update
Sets the old fact associated with the update rule.
setPerformIRI(IRI) - Method in class org.deri.wsmo4j.rule.PerformRI
 
setPerformIRI(IRI) - Method in interface org.wsmo.service.rule.Perform
 
setRestrictedLogicalExpression(LogicalExpression) - Method in class org.deri.wsmo4j.rule.ConditionRI
 
setRestrictedLogicalExpression(LogicalExpression) - Method in interface org.wsmo.service.rule.Condition
 
setRules(ChoreographyRules) - Method in class org.deri.wsmo4j.choreography.ChoreographyRI
 
setRules(Set<ChoreographyRule>) - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
setRules(OrchestrationRules) - Method in class org.deri.wsmo4j.orchestration.OrchestrationRI
 
setRules(Set<Rule>) - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
setRules(ChoreographyRules) - Method in interface org.wsmo.service.choreography.Choreography
Sets the Rules container of this choreography or null to remove the current Rules container.
setRules(Set<ChoreographyRule>) - Method in interface org.wsmo.service.choreography.rule.ChoreographyTransitionRule
Sets the inner rules of the rule
setRules(OrchestrationRules) - Method in interface org.wsmo.service.orchestration.Orchestration
Sets the transition rules of the orchestration description.
setRules(Set<Rule>) - Method in interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule
Sets the inner rules of the rule
setStateSignature(StateSignature) - Method in class org.deri.wsmo4j.choreography.ChoreographyRI
 
setStateSignature(StateSignature) - Method in class org.deri.wsmo4j.orchestration.OrchestrationRI
 
setStateSignature(StateSignature) - Method in interface org.wsmo.service.choreography.Choreography
Sets the StateSignature of this choreograhy.
setStateSignature(StateSignature) - Method in interface org.wsmo.service.orchestration.Orchestration
Sets the state signature of the orchestration description.
Shared - Interface in org.wsmo.service.signature
Shared is a subclass of Grounded Mode.
sharedModeDefinition - Variable in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
SharedRI - Class in org.deri.wsmo4j.choreography.signature
Reference implementation for the Shared Mode.
SharedRI(Concept) - Constructor for class org.deri.wsmo4j.choreography.signature.SharedRI
 
SharedRI(Concept, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.SharedRI
 
SharedRI(Relation) - Constructor for class org.deri.wsmo4j.choreography.signature.SharedRI
 
SharedRI(Relation, Set<Grounding>) - Constructor for class org.deri.wsmo4j.choreography.signature.SharedRI
 
StateSignature - Interface in org.wsmo.service.signature
StateSignature defines the containers for the modes and also implements methods to allow the modification of imported ontologies which define the state of the machine.
StateSignatureRI - Class in org.deri.wsmo4j.choreography.signature
Reference implementation for the State Signature.
StateSignatureRI(Identifier) - Constructor for class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Constructor initializing a state signature with an IRI and empty sets of modes
StateSignatureRI(Identifier, Set<Mode>) - Constructor for class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Constructor initializing a state signature with an IRI and a set of modes
StateSignatureRI(Identifier, Set<In>, Set<Out>, Set<Shared>, Set<Static>, Set<Controlled>) - Constructor for class org.deri.wsmo4j.choreography.signature.StateSignatureRI
Constructor initializing a state signature with an IRI and 5 sets of the specific types of modes
Static - Interface in org.wsmo.service.signature
Static is a subclass of a generic mode.
staticModeDefinition - Variable in class org.deri.wsmo4j.choreography.signature.StateSignatureRI
 
StaticRI - Class in org.deri.wsmo4j.choreography.signature
Reference Implementation for Static Mode.
StaticRI(Concept) - Constructor for class org.deri.wsmo4j.choreography.signature.StaticRI
Default Constructor for StaticRI
StaticRI(Relation) - Constructor for class org.deri.wsmo4j.choreography.signature.StaticRI
 
stringInnerRules() - Method in class org.deri.wsmo4j.choreography.rule.AbstractTransitionRuleRI
 
stringInnerRules() - Method in class org.deri.wsmo4j.orchestration.rule.AbstractTransitionRuleRI
 
stringVariables() - Method in class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
stringVariables() - Method in class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 

T

toString(TopEntity) - Method in class org.deri.wsmo4j.choreography.rule.ChooseRI
 
toString() - Method in class org.deri.wsmo4j.choreography.rule.ChooseRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.choreography.rule.ForAllRI
 
toString() - Method in class org.deri.wsmo4j.choreography.rule.ForAllRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.choreography.rule.IfThenRI
 
toString() - Method in class org.deri.wsmo4j.choreography.rule.IfThenRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
toString() - Method in class org.deri.wsmo4j.choreography.rule.PipedRulesRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.ChooseRI
 
toString() - Method in class org.deri.wsmo4j.orchestration.rule.ChooseRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.ForAllRI
 
toString() - Method in class org.deri.wsmo4j.orchestration.rule.ForAllRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.IfThenRI
 
toString() - Method in class org.deri.wsmo4j.orchestration.rule.IfThenRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationAchieveGoalRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationApplyMediationRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.OrchestrationInvokeServiceRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
toString() - Method in class org.deri.wsmo4j.orchestration.rule.PipedRulesRI
 
toString() - Method in class org.deri.wsmo4j.orchestration.rule.ReceiveRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.ReceiveRI
 
toString() - Method in class org.deri.wsmo4j.orchestration.rule.SendRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.orchestration.rule.SendRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.rule.AddRI
 
toString() - Method in class org.deri.wsmo4j.rule.AddRI
 
toString() - Method in class org.deri.wsmo4j.rule.ConditionRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.rule.ConditionRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.rule.DeleteRI
 
toString() - Method in class org.deri.wsmo4j.rule.DeleteRI
 
toString() - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.rule.MoleculeFactRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.rule.PerformRI
 
toString() - Method in class org.deri.wsmo4j.rule.PerformRI
 
toString(TopEntity) - Method in class org.deri.wsmo4j.rule.UpdateRI
 
toString() - Method in class org.deri.wsmo4j.rule.UpdateRI
 
toString(TopEntity) - Method in interface org.wsmo.service.rule.MoleculeFact
returns this MoleculeFact as string using the namespace definitions in the topEntity given as parameter
toString(TopEntity) - Method in interface org.wsmo.service.rule.Rule
Returns a string representation of the Rule.
transitionRules - Variable in class org.wsmo.factory.ChoreographyFactory
 
transitionRules - Variable in class org.wsmo.factory.OrchestrationFactory
 

U

Update - Interface in org.wsmo.service.rule
An update may have two forms: - update(oldFact => newFact).
UpdateRI - Class in org.deri.wsmo4j.rule
Reference implementation for the Update rule.
UpdateRI(CompoundFact) - Constructor for class org.deri.wsmo4j.rule.UpdateRI
 
UpdateRI(CompoundFact, CompoundFact) - Constructor for class org.deri.wsmo4j.rule.UpdateRI
 
UpdateRule - Interface in org.wsmo.service.rule
An UpdateRule is an unconditional rule that specificies a certain kind of state update.
updateRules - Variable in class org.wsmo.factory.ChoreographyFactory
 
updateRules - Variable in class org.wsmo.factory.OrchestrationFactory
 

V

variables - Variable in class org.deri.wsmo4j.choreography.rule.AbstractQuantifiedRuleRI
 
variables - Variable in class org.deri.wsmo4j.orchestration.rule.AbstractQuantifiedRuleRI
 
visit(Interface) - Method in class org.deri.wsmo4j.io.serializer.wsml.ChoreographySerializerWSML
 
visitAdd(Add) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitAdd(Add) - Method in interface org.wsmo.service.rule.Visitor
Visitor for add(newFact) update rules.
visitChoreographyChoose(ChoreographyChoose) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitChoreographyChoose(ChoreographyChoose) - Method in interface org.wsmo.service.rule.Visitor
Visitor for choose rules.
visitChoreographyForAll(ChoreographyForAll) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitChoreographyForAll(ChoreographyForAll) - Method in interface org.wsmo.service.rule.Visitor
Visitor for forAll rules.
visitChoreographyIfThen(ChoreographyIfThen) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitChoreographyIfThen(ChoreographyIfThen) - Method in interface org.wsmo.service.rule.Visitor
Visitor for if-then rules.
visitChoreographyPipedRules(ChoreographyPipedRules) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitChoreographyPipedRules(ChoreographyPipedRules) - Method in interface org.wsmo.service.rule.Visitor
Visitor for rule_1 | rule_2 |....| rule_n
visitDelete(Delete) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitDelete(Delete) - Method in interface org.wsmo.service.rule.Visitor
Visitor for delete(oldFact) update rules.
Visitor - Interface in org.wsmo.service.rule
Visitor for Choreography Rules.
visitOrchestrationAchieveGoal(OrchestrationAchieveGoal) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitOrchestrationAchieveGoal(OrchestrationAchieveGoal) - Method in interface org.wsmo.service.rule.Visitor
Visitor for perform rule
visitOrchestrationApplyMediation(OrchestrationApplyMediation) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitOrchestrationApplyMediation(OrchestrationApplyMediation) - Method in interface org.wsmo.service.rule.Visitor
Visitor for perform rule
visitOrchestrationChoose(OrchestrationChoose) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitOrchestrationChoose(OrchestrationChoose) - Method in interface org.wsmo.service.rule.Visitor
Visitor for choose rules.
visitOrchestrationForAll(OrchestrationForAll) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitOrchestrationForAll(OrchestrationForAll) - Method in interface org.wsmo.service.rule.Visitor
Visitor for forAll rules.
visitOrchestrationIfThen(OrchestrationIfThen) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitOrchestrationIfThen(OrchestrationIfThen) - Method in interface org.wsmo.service.rule.Visitor
Visitor for if-then rules.
visitOrchestrationInvokeService(OrchestrationInvokeService) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitOrchestrationInvokeService(OrchestrationInvokeService) - Method in interface org.wsmo.service.rule.Visitor
Visitor for perform rule
visitOrchestrationPipedRules(OrchestrationPipedRules) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitOrchestrationPipedRules(OrchestrationPipedRules) - Method in interface org.wsmo.service.rule.Visitor
Visitor for rule_1 | rule_2 |....| rule_n
VisitorSerializeWSMLTransitionRules - Class in org.deri.wsmo4j.io.serializer.wsml
Visitor Implementation Class for the Choreography Rules TODO: - FactMolecule - Update Rules
VisitorSerializeWSMLTransitionRules(TopEntity) - Constructor for class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
Constructor for the Rules visitor.
visitPerform(Perform) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitReceive(Receive) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitReceive(Receive) - Method in interface org.wsmo.service.rule.Visitor
Visitor for receive rule
visitSend(Send) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitSend(Send) - Method in interface org.wsmo.service.rule.Visitor
Visitor for send rule
visitUpdate(Update) - Method in class org.deri.wsmo4j.io.serializer.wsml.VisitorSerializeWSMLTransitionRules
 
visitUpdate(Update) - Method in interface org.wsmo.service.rule.Visitor
Visitor for update(newFact)/update(newFact,oldFact) update rules.

W

write(String) - Method in class org.deri.wsmo4j.io.serializer.wsml.ChoreographySerializerWSML
 
writeln(String) - Method in class org.deri.wsmo4j.io.serializer.wsml.ChoreographySerializerWSML
 
WSDLGrounding - Interface in org.wsmo.service.signature
WSDL Grounding is a subclass of Grounding and defines methods for getting information about the wsdl grounding for a concept.
WSDLGroundingRI - Class in org.deri.wsmo4j.choreography.signature
Reference Implementation for the WSDL grounding
WSDLGroundingRI() - Constructor for class org.deri.wsmo4j.choreography.signature.WSDLGroundingRI
Initiates the WSDLGrounding object
WSDLGroundingRI(IRI) - Constructor for class org.deri.wsmo4j.choreography.signature.WSDLGroundingRI
Initiates the WSDLGrounding object using the specified IRI

A C D F G H I L M N O P R S T U V W

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