|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExplorerFilter
An interface for objects that define the policy by which child nodes are added to an ExplorerNode. Objects of this type essentially determine whether a child node shall appear or not, and whether asserted or inferred class relationships shall be taken into account.
Method Summary | |
---|---|
boolean |
getUseInferredSuperclasses()
Checks if the tree should display inferred relationships instead of asserted ones. |
boolean |
isValidChild(RDFSClass parentClass,
RDFSClass childClass)
Checks whether a given superclass (childClass) shall be be displayed as a child of a given subclass node (parentClass). |
Method Detail |
---|
boolean getUseInferredSuperclasses()
boolean isValidChild(RDFSClass parentClass, RDFSClass childClass)
parentClass
- the class displayed by the parent nodechildClass
- the class displayed by the potential child node
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |