Class SchemaOnlyFilter

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

public class SchemaOnlyFilter extends Object implements Predicate
INTERNAL: Filters out instances from the topic map so that only the Ontopoly meta-ontology and the ontology remain.
  • Field Details

  • Constructor Details

    • SchemaOnlyFilter

      public SchemaOnlyFilter()
  • Method Details

    • test

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

      protected boolean includeTopic(TopicIF topic)
    • includeAssociation

      protected boolean includeAssociation(AssociationIF assoc)