|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrabberIF | |
---|---|
net.ontopia.topicmaps.utils | This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. |
net.ontopia.utils | Contains utility classes and generic interfaces. |
Uses of GrabberIF in net.ontopia.topicmaps.utils |
---|
Classes in net.ontopia.topicmaps.utils that implement GrabberIF | |
---|---|
class |
BaseNameGrabber
Deprecated. use TopicNameGrabber instead. |
class |
DisplayNameGrabber
Deprecated. Since 1.1. Use TopicCharacteristicGrabbers instead. |
class |
NameGrabber
INTERNAL: Grabber that grabs the most suitable name from a topic, measured by whether it contains a particular theme in its scope. |
class |
ObjectIdGrabber
INTERNAL: Grabber that grabs the object id of the TMObjectIF given to it. |
class |
RolePlayerGrabber
INTERNAL: Grabber that grabs the topic that plays the role in the association role. |
class |
RolesGrabber
INTERNAL: Grabber that grabs the association roles of an association. |
class |
TopicNameGrabber
INTERNAL: Grabber that grabs the most appropriate basename from a topic. |
class |
TopicVariantNameGrabber
INTERNAL: Grabber that grabs the most highest ranked variant name by scope from a topic, ignoring the scope of the base names. |
class |
TypedIFGrabber
INTERNAL: Grabber that grabs the type property of the TypedIF object given to it. |
class |
VariantNameGrabber
INTERNAL: Grabber that grabs the most highest ranked variant name by scope from a basename. |
Methods in net.ontopia.topicmaps.utils that return GrabberIF | |
---|---|
static GrabberIF |
TopicCharacteristicGrabbers.getDisplayNameGrabber()
INTERNAL: Returns a grabber that will grab the name most suitable for display from a topic. |
static GrabberIF |
TopicCharacteristicGrabbers.getSortNameGrabber()
INTERNAL: Returns a grabber that will grab the name most suitable for sorting from a topic. |
Uses of GrabberIF in net.ontopia.utils |
---|
Classes in net.ontopia.utils that implement GrabberIF | |
---|---|
class |
CachedGrabber
INTERNAL: Grabber that maintains a cache of previously grabbed objects. |
class |
GrabberGrabber
INTERNAL: Grabber that makes the second grabber grab what the first grabber grabs and so on. |
class |
LowerCaseGrabber
INTERNAL: Grabber that lowercases the String object given to it. |
class |
SameGrabber
INTERNAL: Grabber that grabs the object given to it, i.e. |
class |
StringifierGrabber
INTERNAL: Grabber that grabs a stringified version of the object given to it. |
class |
SubstringGrabber
INTERNAL: Grabber that grabs a substring from the String object given to it. |
class |
UpperCaseGrabber
INTERNAL: Grabber that uppercases the String object given to it. |
Methods in net.ontopia.utils that return GrabberIF | |
---|---|
GrabberIF |
CachedGrabber.getGrabber()
Gets the grabber that is being cached. |
Methods in net.ontopia.utils with parameters of type GrabberIF | |
---|---|
void |
GrabberGrabber.addGrabber(GrabberIF grabber)
Add grabber to the end of the grabber list. |
void |
GrabberStringifier.setGrabber(GrabberIF grabber)
Set the grabber which is to be used. |
void |
CachedGrabber.setGrabber(GrabberIF grabber)
Sets the grabber that is to be cached. |
Constructors in net.ontopia.utils with parameters of type GrabberIF | |
---|---|
CachedGrabber(GrabberIF grabber)
|
|
GrabberCollection(java.util.Collection coll,
GrabberIF grabber)
|
|
GrabberCollection(java.util.Collection coll,
GrabberIF grabber,
DeciderIF decider)
|
|
GrabberComparator(GrabberIF grabber,
java.util.Comparator comparator)
|
|
GrabberComparator(GrabberIF grabber1,
GrabberIF grabber2,
java.util.Comparator comparator)
|
|
GrabberDecider(GrabberIF grabber,
DeciderIF decider)
|
|
GrabberGrabber(GrabberIF grabber1,
GrabberIF grabber2)
|
|
GrabberGrabber(GrabberIF grabber1,
GrabberIF grabber2,
GrabberIF grabber3)
|
|
GrabberGrabber(GrabberIF grabber1,
GrabberIF grabber2,
GrabberIF grabber3,
GrabberIF grabber4)
|
|
GrabberIterator(java.util.Iterator iter,
GrabberIF grabber)
|
|
GrabberMap(java.util.Collection coll,
GrabberIF key_grabber,
GrabberIF value_grabber)
|
|
GrabberStringifier(GrabberIF grabber)
|
|
GrabberStringifier(GrabberIF grabber,
StringifierIF stringifier)
|
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |