Uses of Class
edu.hust.go.model.GoGraphModel

Packages that use GoGraphModel
edu.hust.go.gui   
edu.hust.go.model   
example   
 

Uses of GoGraphModel in edu.hust.go.gui
 

Methods in edu.hust.go.gui with parameters of type GoGraphModel
static javax.swing.JComponent GraphCreator.createView(edu.hust.go.model.GoGraphModel graph, java.util.ArrayList golist, byte viewType, int parentLevel, int childLevel)
          Construct GUI by GO terms
 

Uses of GoGraphModel in edu.hust.go.model
 

Methods in edu.hust.go.model with parameters of type GoGraphModel
static float Similarity.evaluate(edu.hust.go.model.GoGraphModel graphModel, java.lang.Object obj1, java.lang.Object obj2, byte type)
          evaluate the similarity of two nodes in directed acylic graph
 

Uses of GoGraphModel in example
 

Methods in example with parameters of type GoGraphModel
(package private) static void GraphModelExample.getPathway(edu.hust.go.model.GoGraphModel graphModel, edu.hust.go.term.GO_term term)
           
(package private) static void GraphModelExample.getPathway(edu.hust.go.model.GoGraphModel graphModel, edu.hust.go.term.GO_term term1, edu.hust.go.term.GO_term term2)
           
(package private) static void GraphModelExample.getSimilarity(edu.hust.go.model.GoGraphModel graphModel, edu.hust.go.term.GO_term term1, edu.hust.go.term.GO_term term2, byte methodType)