Uses of Interface
net.sourceforge.fluxion.runcible.Rule

Packages that use Rule
net.sourceforge.fluxion.runcible   
net.sourceforge.fluxion.runcible.graph.command   
net.sourceforge.fluxion.runcible.graph.factory   
net.sourceforge.fluxion.runcible.graph.manager   
net.sourceforge.fluxion.runcible.impl   
net.sourceforge.fluxion.runcible.io   
net.sourceforge.fluxion.runcible.io.command.impl   
net.sourceforge.fluxion.runcible.visitor   
 

Uses of Rule in net.sourceforge.fluxion.runcible
 

Methods in net.sourceforge.fluxion.runcible that return Rule
 Rule Mapping.findBoundVariable(java.lang.String boundVariableID)
          Locate a rule within this Mapping with the bound data variable, using the given bound variable ID.
 Rule Mapping.findRule(java.lang.String variableID)
          Locate a rule within this Mapping with the a "forall" statement with the given variable ID.
 

Methods in net.sourceforge.fluxion.runcible that return types with arguments of type Rule
 java.util.List<Rule> Rule.getNextRules()
           
 java.util.Set<Rule> Mapping.getRules()
          Returns the Set of Rules that make up this mapping.
 

Methods in net.sourceforge.fluxion.runcible with parameters of type Rule
 void Rule.addNextRule(Rule then_apply)
           
 void Mapping.addRule(Rule rule)
          Add a Rule to this Mapping
 void Mapping.removeRule(Rule rule)
          Remove a rule from this mapping
 

Method parameters in net.sourceforge.fluxion.runcible with type arguments of type Rule
 void Rule.setNextRules(java.util.List<Rule> then_applys)
           
 

Uses of Rule in net.sourceforge.fluxion.runcible.graph.command
 

Methods in net.sourceforge.fluxion.runcible.graph.command that return Rule
 Rule RunciblePlotChangesCommand.getRule()
           
 

Uses of Rule in net.sourceforge.fluxion.runcible.graph.factory
 

Methods in net.sourceforge.fluxion.runcible.graph.factory with parameters of type Rule
 void SourceOWLGraphFactory.visit(Rule rule)
           
 void TargetOWLGraphFactory.visit(Rule rule)
           
 

Uses of Rule in net.sourceforge.fluxion.runcible.graph.manager
 

Methods in net.sourceforge.fluxion.runcible.graph.manager that return Rule
 Rule RuncibleChangeFactory.requestChildRuleAdditionCommand(Mapping mapping, Transaction transaction, Rule ruleToBindTo, OWLMappingNode sourceNode)
           
 Rule RuncibleChangeFactory.requestMappedRule(Graph sourceGraph, OWLMappingNode sourceNode, Graph targetGraph, OWLMappingNode targetNode)
           
 Rule RuncibleChangeFactory.requestRootRuleAdditionCommand(Mapping mapping, Transaction transaction, OWLMappingNode sourceNode)
           
 Rule RuncibleChangeFactory.requestRuleCreationCommand(Mapping mapping, Graph sourceGraph, OWLMappingNode sourceNode, Graph targetGraph, OWLMappingNode targetNode)
           
 Rule RuncibleChangeFactory.requestUnmappedRule(Graph sourceGraph, OWLMappingNode sourceNode)
           
 

Methods in net.sourceforge.fluxion.runcible.graph.manager with parameters of type Rule
 Rule RuncibleChangeFactory.requestChildRuleAdditionCommand(Mapping mapping, Transaction transaction, Rule ruleToBindTo, OWLMappingNode sourceNode)
           
 DataClause RuncibleChangeFactory.requestDataClauseAdditionCommand(Transaction transaction, Rule ruleToBindTo, OWLGraph sourceGraph, OWLMappingNode sourceNode)
           
 DataClause RuncibleChangeFactory.requestDataConstantAdditionCommand(Transaction transaction, Rule ruleToBindTo, OWLGraph sourceGraph, OWLMappingNode sourceNode)
           
 Fact RuncibleChangeFactory.requestFactAdditionCommand(Mapping mapping, Transaction transaction, Rule ruleToAddFactsTo, OWLGraph targetGraph, OWLMappingNode targetNode, java.lang.String boundFromVariableID)
           
 

Uses of Rule in net.sourceforge.fluxion.runcible.impl
 

Classes in net.sourceforge.fluxion.runcible.impl that implement Rule
 class StandardRule
          Javadocs go here.
 

Methods in net.sourceforge.fluxion.runcible.impl that return Rule
 Rule MappingImpl.findBoundVariable(java.lang.String boundVariableID)
           
 Rule MappingImpl.findRule(java.lang.String variableID)
           
 

Methods in net.sourceforge.fluxion.runcible.impl that return types with arguments of type Rule
 java.util.List<Rule> StandardRule.getNextRules()
           
 java.util.Set<Rule> MappingImpl.getRules()
           
 

Methods in net.sourceforge.fluxion.runcible.impl with parameters of type Rule
 void StandardRule.addNextRule(Rule then_apply)
           
 void MappingImpl.addRule(Rule rule)
           
 void MappingImpl.removeRule(Rule rule)
           
 

Method parameters in net.sourceforge.fluxion.runcible.impl with type arguments of type Rule
 void StandardRule.setNextRules(java.util.List<Rule> then_apply)
           
 

Uses of Rule in net.sourceforge.fluxion.runcible.io
 

Methods in net.sourceforge.fluxion.runcible.io that return Rule
protected static Rule RuncibleRulesParser.parseRule(java.util.List<Rule> scope, org.w3c.dom.Element ruleElement)
           
 

Methods in net.sourceforge.fluxion.runcible.io with parameters of type Rule
protected static void RuncibleRulesRenderer.addRule(org.w3c.dom.Document document, org.w3c.dom.Element parentElement, Rule rule)
           
 

Method parameters in net.sourceforge.fluxion.runcible.io with type arguments of type Rule
protected static Rule RuncibleRulesParser.parseRule(java.util.List<Rule> scope, org.w3c.dom.Element ruleElement)
           
 

Uses of Rule in net.sourceforge.fluxion.runcible.io.command.impl
 

Methods in net.sourceforge.fluxion.runcible.io.command.impl that return Rule
 Rule AddRuleCommand.getRule()
           
 

Constructors in net.sourceforge.fluxion.runcible.io.command.impl with parameters of type Rule
AddDataClauseCommand(Rule ruleToAddFactsTo, java.lang.String variableId, java.net.URI dataPropertyURI)
           
AddDataConstantAssertionCommand(Rule ruleToAddFactsTo, java.lang.String identifier, java.net.URI dataPropertyURI, java.lang.String valueOf, java.lang.String literalValueToSet)
           
AddDataConstantCommand(Rule ruleToAddFactsTo, java.lang.String variableId, java.net.URI dataPropertyURI, DataRange dataRange)
           
AddDataValueAssertionCommand(Rule ruleToAddFactsTo, java.lang.String identifier, java.net.URI dataPropertyURI, java.lang.String valueOf, java.lang.String boundFromVariableID)
           
AddIndividualAxiomCommand(Rule ruleToAddFactsTo, java.lang.String identifier, java.net.URI individualClassURI)
           
AddInPlaceCommand(Rule ruleToBindTo, java.net.URI owlClassURI)
           
AddInPlaceCommand(Rule ruleToBindTo, java.net.URI objectPropertyURI, java.lang.String value)
           
AddObjectValueAssertionCommand(Rule ruleToAddFactsTo, java.lang.String identifier, java.net.URI objectPropertyURI, java.lang.String valueOf, java.lang.String referenceValueToSet)
           
AddRootAtCommand(Rule ruleToBindTo, java.net.URI owlClassURI)
           
AddRuleCommand(Mapping mapping, Rule lastKnownRule, java.lang.String variableID)
           
AddSelectIndividualValueCommand(Rule ruleToBindTo, java.net.URI objectPropertyURI)
           
RuncibleUpdateCommand(Mapping mapping, Rule oldRule, Rule newRule)
           
 

Uses of Rule in net.sourceforge.fluxion.runcible.visitor
 

Methods in net.sourceforge.fluxion.runcible.visitor with parameters of type Rule
 void RuleVisitor.visit(Rule rule)
           
 



Copyright © 2010. All Rights Reserved.