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