Class SchemaFilter

java.lang.Object
ontopoly.utils.SchemaFilter
All Implemented Interfaces:
Predicate

public class SchemaFilter extends Object implements Predicate
INTERNAL: Filters out Ontopoly constructs from topic maps.
  • Field Details

  • Constructor Details

    • SchemaFilter

      public SchemaFilter()
  • Method Details

    • test

      public boolean test(Object object)
      Specified by:
      test in interface Predicate
    • includeTopic

      protected boolean includeTopic(TopicIF topic)