Class Filter

java.lang.Object
com.semedy.reasoner.api.edb.Filter

public class Filter extends Object
provides filter for predicates and their properties for exporting and importing OO-logic facts Predicates must be given in the form predicate|arity
Author:
Juergen.Angele
  • Constructor Details

  • Method Details

    • getPredicate

      public String getPredicate()
      get the predicate of the filter
      Returns:
    • getIncludeProperties

      public Set<String> getIncludeProperties()
      get the set of properties to include
      Returns:
    • getExcludeProperties

      public Set<String> getExcludeProperties()
      get the set of properties to exclude
      Returns: