@Deprecated public class DisplayNameGrabber extends Object implements GrabberIF<TopicIF,NameIF>
Modifier and Type | Field and Description |
---|---|
protected Function<? super TopicIF,NameIF> |
subGrabber
Deprecated.
PROTECTED: The NameGrabber used to implement the grabbing.
|
Constructor and Description |
---|
DisplayNameGrabber()
Deprecated.
PUBLIC: Creates the grabber and sets the comparator to be a
ScopedIFComparator using the least constrained scope.
|
Modifier and Type | Method and Description |
---|---|
NameIF |
grab(TopicIF object)
Deprecated.
PUBLIC: Grabs the name for display.
|
public DisplayNameGrabber()
public NameIF grab(TopicIF object)
grab
in interface GrabberIF<TopicIF,NameIF>
object
- The topic whose name is being grabbed; formally an object.Throws
- OntopiaRuntimeException if object is not a topic.