Class PredicateOptions

java.lang.Object
net.ontopia.topicmaps.query.impl.utils.PredicateOptions

public class PredicateOptions extends Object
INTERNAL: Used as a special, "magic", argument to predicates, inserted by the query optimizer to tell them to behave differently. The meaning of this argument differs depending on the predicate in question.
  • Constructor Details

    • PredicateOptions

      public PredicateOptions(String value)
    • PredicateOptions

      public PredicateOptions(Object column)
  • Method Details