public abstract class AbstractDynamicPredicate extends Object implements BasicPredicateIF
| Modifier and Type | Field and Description |
|---|---|
protected LocatorIF |
base |
protected String |
name |
protected TopicIF |
type |
| Constructor and Description |
|---|
AbstractDynamicPredicate(String name) |
AbstractDynamicPredicate(TopicIF type,
LocatorIF base) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
INTERNAL: Returns the name of the predicate.
|
TopicIF |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsatisfygetCost, getSignaturepublic AbstractDynamicPredicate(String name)
public String getName()
PredicateIFgetName in interface PredicateIFpublic TopicIF getType()