Uses of Class
de.tuebingen.uni.sfs.germanet.relatedness.Path

Packages that use Path
de.tuebingen.uni.sfs.germanet.relatedness   
de.tuebingen.uni.sfs.germanet.relatedness.gui   
 

Uses of Path in de.tuebingen.uni.sfs.germanet.relatedness
 

Methods in de.tuebingen.uni.sfs.germanet.relatedness with parameters of type Path
 int Path.getDistance(Path p)
          Returns the distance between this synset and the synset in the Path argument.
 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.ArrayList<de.tuebingen.uni.sfs.germanet.api.Synset> Path.getLeastCommonSubsumerSynset(Path otherPath)
          Returns an ArrayList of Synsets that are LCS of this path object and otherPath
 

Uses of Path in de.tuebingen.uni.sfs.germanet.relatedness.gui
 

Constructors in de.tuebingen.uni.sfs.germanet.relatedness.gui with parameters of type Path
ShowPath(Path p, de.tuebingen.uni.sfs.germanet.api.GermaNet gnet)