Uses of Interface
org.wsmo.service.rule.Update

Packages that use Update
org.deri.wsmo4j.io.serializer.wsml   
org.deri.wsmo4j.rule   
org.wsmo.factory   
org.wsmo.service.rule   
 

Uses of Update in org.deri.wsmo4j.io.serializer.wsml
 

Methods in org.deri.wsmo4j.io.serializer.wsml with parameters of type Update
 void VisitorSerializeWSMLTransitionRules.visitUpdate(Update rule)
           
 

Uses of Update in org.deri.wsmo4j.rule
 

Classes in org.deri.wsmo4j.rule that implement Update
 class UpdateRI
          Reference implementation for the Update rule.
 

Uses of Update in org.wsmo.factory
 

Methods in org.wsmo.factory that return Update
 Update OrchestrationFactory.UpdateRules.createUpdate(CompoundFact newFact)
           
 Update ChoreographyFactory.UpdateRules.createUpdate(CompoundFact newFact)
           
 Update OrchestrationFactory.UpdateRules.createUpdate(CompoundFact newFact, CompoundFact oldFact)
           
 Update ChoreographyFactory.UpdateRules.createUpdate(CompoundFact newFact, CompoundFact oldFact)
           
 

Uses of Update in org.wsmo.service.rule
 

Methods in org.wsmo.service.rule with parameters of type Update
 void Visitor.visitUpdate(Update rule)
          Visitor for update(newFact)/update(newFact,oldFact) update rules.
 



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