|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathNode | |
---|---|
de.tuebingen.uni.sfs.germanet.relatedness |
Uses of PathNode in de.tuebingen.uni.sfs.germanet.relatedness |
---|
Methods in de.tuebingen.uni.sfs.germanet.relatedness that return types with arguments of type PathNode | |
---|---|
java.util.ArrayList<PathNode> |
Path.getLeastCommonSubsumer(Path otherPath)
Returns an ArrayList of least common subsumers (LCS) of this Path object's starting synset and that of the given other Path. |
java.util.HashMap<PathNode,java.util.ArrayList<PathNode>> |
Path.getVisited()
Returns this Path object's HashMap of nodes seen on different ways up to the root. |
java.util.HashMap<PathNode,java.util.ArrayList<PathNode>> |
Path.getVisited()
Returns this Path object's HashMap of nodes seen on different ways up to the root. |
Methods in de.tuebingen.uni.sfs.germanet.relatedness with parameters of type PathNode | |
---|---|
int |
PathNode.compareTo(PathNode pn)
Makes this object comparable. |
boolean |
PathNode.equals(PathNode pn)
Equals method designed towards testing equality on the path. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |