|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clarkparsia.modularity.locality.SyntacticLocalityEvaluator
public class SyntacticLocalityEvaluator
Title: Description: Implements syntactic locality evaluation for axioms Copyright: Copyright (c) 2007 Company: Clark & Parsia, LLC.
| Constructor Summary | |
|---|---|
SyntacticLocalityEvaluator(LocalityClass localityClass)
|
|
| Method Summary | |
|---|---|
boolean |
isLocal(OWLAxiom axiom,
java.util.Set<? extends OWLEntity> signature)
True if the axiom is syntactically local w.r.t. |
java.util.Set<LocalityClass> |
supportedLocalityClasses()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyntacticLocalityEvaluator(LocalityClass localityClass)
| Method Detail |
|---|
public java.util.Set<LocalityClass> supportedLocalityClasses()
public boolean isLocal(OWLAxiom axiom,
java.util.Set<? extends OWLEntity> signature)
isLocal in interface LocalityEvaluatoraxiom - The axiom to testsignature - The signature
true if the axiom is local w.r.t. given signature otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||