Package ontopoly.utils
Class SchemaOnlyFilter
- java.lang.Object
-
- ontopoly.utils.SchemaOnlyFilter
-
-
Field Summary
Fields Modifier and Type Field Description protected TypeHierarchyUtils
thutils
-
Constructor Summary
Constructors Constructor Description SchemaOnlyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
includeAssociation(AssociationIF assoc)
protected boolean
includeTopic(TopicIF topic)
boolean
test(Object object)
-
-
-
Field Detail
-
thutils
protected TypeHierarchyUtils thutils
-
-
Method Detail
-
includeTopic
protected boolean includeTopic(TopicIF topic)
-
includeAssociation
protected boolean includeAssociation(AssociationIF assoc)
-
-