|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.PathFinder
Finds all pathes from a synset to its most abstract hypernyms.
Constructor Summary | |
PathFinder()
Create a new instance of PathFinder. |
Method Summary | |
java.util.ArrayList |
getPathsToRoot(Synset set)
Return an ArrayList of ArrayLists that represent the paths from the Synset to the root of its is-a hierarchy. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PathFinder()
Method Detail |
public java.util.ArrayList getPathsToRoot(Synset set)
set
- The Synset that is the end of the demanded paths.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |