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

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

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

Methods in org.deri.wsmo4j.io.serializer.wsml with parameters of type CompoundFact
 String VisitorSerializeWSMLTransitionRules.helpCompoundFact(CompoundFact newFact, CompoundFact oldFact)
           
 

Uses of CompoundFact in org.deri.wsmo4j.rule
 

Classes in org.deri.wsmo4j.rule that implement CompoundFact
 class MoleculeFactRI
          Interface or class description
 class RelationFactRI
          Interface or class description
 

Fields in org.deri.wsmo4j.rule declared as CompoundFact
protected  CompoundFact AbstractUpdateRule.fact
           
protected  CompoundFact UpdateRI.oldFact
           
 

Methods in org.deri.wsmo4j.rule that return CompoundFact
 CompoundFact AbstractUpdateRule.getFact()
           
 CompoundFact UpdateRI.getNewFact()
           
 CompoundFact UpdateRI.getOldFact()
           
 

Methods in org.deri.wsmo4j.rule with parameters of type CompoundFact
 void AbstractUpdateRule.setFact(CompoundFact fact)
           
 void UpdateRI.setNewFact(CompoundFact newFact)
           
 void UpdateRI.setOldFact(CompoundFact oldFact)
           
 

Constructors in org.deri.wsmo4j.rule with parameters of type CompoundFact
AbstractUpdateRule(CompoundFact fact)
           
AddRI(CompoundFact fact)
           
DeleteRI(CompoundFact fact)
           
UpdateRI(CompoundFact newFact)
           
UpdateRI(CompoundFact newFact, CompoundFact oldFact)
           
 

Uses of CompoundFact in org.wsmo.factory
 

Methods in org.wsmo.factory with parameters of type CompoundFact
 Add OrchestrationFactory.UpdateRules.createAdd(CompoundFact fact)
           
 Add ChoreographyFactory.UpdateRules.createAdd(CompoundFact fact)
           
 Delete OrchestrationFactory.UpdateRules.createDelete(CompoundFact fact)
           
 Delete ChoreographyFactory.UpdateRules.createDelete(CompoundFact fact)
           
 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 CompoundFact in org.wsmo.service.rule
 

Subinterfaces of CompoundFact in org.wsmo.service.rule
 interface MoleculeFact
          Defines elements needed for normal updates on molecules.
 interface RelationFact
          TODO: Improve the javadoc description Extends CompoundFact and Relation Instance since only updates on relation instances are allowed.
 

Methods in org.wsmo.service.rule that return CompoundFact
 CompoundFact UpdateRule.getFact()
          Returns the compound fact defined by an update rule
 CompoundFact Update.getNewFact()
          Returns the new fact defined by the update rule.
 CompoundFact Update.getOldFact()
          Returns the old fact defined by the update rule.
 

Methods in org.wsmo.service.rule with parameters of type CompoundFact
 void UpdateRule.setFact(CompoundFact fact)
          Sets the fact of the update rule
 void Update.setNewFact(CompoundFact newFact)
          Sets the new fact associated with the update rule.
 void Update.setOldFact(CompoundFact oldFact)
          Sets the old fact associated with the update rule.
 



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