|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.cmdlineutils.sanity.NoNames
public class NoNames
Finds all Topics with: - No names. - No characteristics. - No name in the unconstrained scope. - No name in a given scope.
| Constructor Summary | |
|---|---|
NoNames(TopicMapIF tm)
|
|
| Method Summary | |
|---|---|
void |
findNoNameTopics()
Finds all the topics with no name in the Topic Map. |
Collection |
getNoCharacteristics()
Returns all topics with no characteristics. |
Collection |
getNoNameTopics()
Returns all topics and associations with no names. |
Collection |
getNoNameUnconstrained()
Returns all topics with no name in the unconstrained scope |
String |
getTopicId(TopicIF topic)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoNames(TopicMapIF tm)
| Method Detail |
|---|
public void findNoNameTopics()
public Collection getNoNameTopics()
public Collection getNoCharacteristics()
public Collection getNoNameUnconstrained()
public String getTopicId(TopicIF topic)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||