org.semanticweb.more.lsignature
Class LsignatureExtractor
java.lang.Object
org.semanticweb.more.lsignature.LsignatureExtractor
- Direct Known Subclasses:
- ImprovedLsignatureExtractor
public class LsignatureExtractor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fragment
protected LsignatureExtractor.Fragment fragment
ontology
protected org.semanticweb.owlapi.model.OWLOntology ontology
lSignature
protected Set<org.semanticweb.owlapi.model.OWLEntity> lSignature
compSignature
protected Set<org.semanticweb.owlapi.model.OWLEntity> compSignature
classesInvisibleInL
protected Set<org.semanticweb.owlapi.model.OWLClass> classesInvisibleInL
lSignatureModule
protected Set<org.semanticweb.owlapi.model.OWLAxiom> lSignatureModule
localityChecker
protected BottomLocalityChecker localityChecker
printAxiomsNotInFragment
protected boolean printAxiomsNotInFragment
LsignatureExtractor
public LsignatureExtractor(boolean printAxNotInFragment)
LsignatureExtractor
public LsignatureExtractor()
getLsignature
public Set<org.semanticweb.owlapi.model.OWLEntity> getLsignature()
getCompSignature
public Set<org.semanticweb.owlapi.model.OWLEntity> getCompSignature()
getLsignatureModule
public Set<org.semanticweb.owlapi.model.OWLAxiom> getLsignatureModule()
getClassesInvisibleInL
public Set<org.semanticweb.owlapi.model.OWLClass> getClassesInvisibleInL()
findLsignature
public Set<org.semanticweb.owlapi.model.OWLEntity> findLsignature(org.semanticweb.owlapi.model.OWLOntology o,
LsignatureExtractor.Fragment f)
initialiseLsignature
protected void initialiseLsignature()
reduceLsignature
protected void reduceLsignature()
getFragmentVisitor
protected OWLFragmentVisitor getFragmentVisitor()
resetValues
public void resetValues()
Copyright © 2013. All Rights Reserved.