|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.utils.BaseNameGrabber
public class BaseNameGrabber
DEPRECATED: Grabber that grabs the most appropriate basename from a topic.
| Constructor Summary | |
|---|---|
BaseNameGrabber(java.util.Collection scope)
Deprecated. INTERNAL: Creates a grabber; uses a BaseComparator with the given scope. |
|
BaseNameGrabber(java.util.Comparator comparator)
Deprecated. INTERNAL: Creates a grabber which uses the given comparator. |
|
| Method Summary | |
|---|---|
java.lang.Object |
grab(java.lang.Object topic)
Deprecated. INTERNAL: Grabs the most appropriate base name for the given topic, using the comparator established at creation to compare available base names. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseNameGrabber(java.util.Collection scope)
scope - A scope; a collection of TopicIF objects.public BaseNameGrabber(java.util.Comparator comparator)
comparator - The given comparator| Method Detail |
|---|
public java.lang.Object grab(java.lang.Object topic)
grab in interface GrabberIFtopic - A topic; formally an Object, but must implement TopicIF.
throws - OntopiaRuntimeException if the given topic is not
a TopicIF object.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||