net.sourceforge.fluxion.runcible.graph.factory
Class TargetOWLGraphFactory
java.lang.Object
net.sourceforge.fluxion.runcible.graph.factory.TargetOWLGraphFactory
- All Implemented Interfaces:
- GraphFactory, OWLGraphFactory, RuleVisitor
public class TargetOWLGraphFactory
- extends java.lang.Object
- implements OWLGraphFactory, RuleVisitor
Javadocs go here.
- Version:
- 1.0
- Author:
- Tony Burdett
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetOWLGraphFactory
public TargetOWLGraphFactory(java.net.URL ontologyPhysicalLocation)
TargetOWLGraphFactory
public TargetOWLGraphFactory(org.semanticweb.owl.model.OWLOntology ontology)
getGraph
public OWLGraph getGraph()
- Specified by:
getGraph
in interface GraphFactory
- Specified by:
getGraph
in interface OWLGraphFactory
visit
public void visit(Rule rule)
- Specified by:
visit
in interface RuleVisitor
chartFact
protected OWLMappingNode chartFact(Fact fact)
chartFact
protected OWLMappingNode chartFact(ClassAssertion ind_fact)
chartFact
protected OWLMappingNode chartFact(ObjectValueAssertion obj_fact)
chartFact
protected OWLMappingNode chartFact(DataValueAssertion data_fact)
chartFact
protected OWLMappingNode chartFact(DataConstantAssertion data_fact)
Copyright © 2010. All Rights Reserved.