Class AbstractDynamicPredicate

    • Constructor Detail

      • AbstractDynamicPredicate

        public AbstractDynamicPredicate​(String name)
      • AbstractDynamicPredicate

        public AbstractDynamicPredicate​(TopicIF type,
                                        LocatorIF base)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: PredicateIF
        INTERNAL: Returns the name of the predicate. This will usually be the name of the predicate within its module ('instance-of', '/=', 'starts-with'), but some virtual predicates cannot be reached from the syntax and may return names that will not parse.
        Specified by:
        getName in interface PredicateIF
      • getType

        public TopicIF getType()