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, wait
satisfy
getCost, getSignature
public AbstractDynamicPredicate(String name)
public String getName()
PredicateIF
getName
in interface PredicateIF
public TopicIF getType()