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

Packages that use Fact
net.sourceforge.fluxion.runcible   
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   
 

Uses of Fact in net.sourceforge.fluxion.runcible
 

Subinterfaces of Fact in net.sourceforge.fluxion.runcible
 interface DataFact
          Javadocs go here.
 interface ObjectFact
          Javadocs go here.
 

Methods in net.sourceforge.fluxion.runcible that return types with arguments of type Fact
 java.util.List<Fact> Rule.getFacts()
           
 

Methods in net.sourceforge.fluxion.runcible with parameters of type Fact
 void Rule.addFact(Fact do_action)
           
 

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

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

Methods in net.sourceforge.fluxion.runcible.graph.factory with parameters of type Fact
protected  OWLMappingNode TargetOWLGraphFactory.chartFact(Fact fact)
           
 

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

Methods in net.sourceforge.fluxion.runcible.graph.manager that return Fact
 Fact RuncibleChangeFactory.requestFactAdditionCommand(Mapping mapping, Transaction transaction, Rule ruleToAddFactsTo, OWLGraph targetGraph, OWLMappingNode targetNode, java.lang.String boundFromVariableID)
           
 

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

Classes in net.sourceforge.fluxion.runcible.impl that implement Fact
 class ClassAssertion
          Javadocs go here.
 class DataConstantAssertion
          Created by IntelliJ IDEA.
 class DataValueAssertion
          Javadocs go here.
 class ObjectValueAssertion
          Javadocs go here.
 

Methods in net.sourceforge.fluxion.runcible.impl that return types with arguments of type Fact
 java.util.List<Fact> StandardRule.getFacts()
           
 

Methods in net.sourceforge.fluxion.runcible.impl with parameters of type Fact
 void StandardRule.addFact(Fact do_action)
           
 

Method parameters in net.sourceforge.fluxion.runcible.impl with type arguments of type Fact
 void StandardRule.setFacts(java.util.List<Fact> facts)
           
 

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

Methods in net.sourceforge.fluxion.runcible.io that return Fact
protected static Fact RuncibleRulesParser.parseFact(org.w3c.dom.Element factElement)
           
 

Methods in net.sourceforge.fluxion.runcible.io with parameters of type Fact
protected static void RuncibleRulesRenderer.addFact(org.w3c.dom.Document document, org.w3c.dom.Element doElement, Fact fact)
           
 

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

Methods in net.sourceforge.fluxion.runcible.io.command.impl that return Fact
 Fact AddIndividualAxiomCommand.getFact()
           
 Fact AddDataValueAssertionCommand.getFact()
           
 Fact AddDataConstantAssertionCommand.getFact()
           
 



Copyright © 2010. All Rights Reserved.