Uses of Class
methods.scores.go.GONetwork.Relationships

Packages that use GONetwork.Relationships
methods.scores.go   
 

Uses of GONetwork.Relationships in methods.scores.go
 

Methods in methods.scores.go that return GONetwork.Relationships
static GONetwork.Relationships GONetwork.Relationships.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GONetwork.Relationships[] GONetwork.Relationships.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in methods.scores.go with parameters of type GONetwork.Relationships
GONetwork(File fileOntologies, GONetwork.Namespace namespace, GONetwork.Relationships relationships)
          Creates a GO network from a given file in OBO format, using a given namespaces and the specified relationships
GONetwork(String fileOntologies, GONetwork.Namespace namespace, GONetwork.Relationships relationships)
          Creates a GO network from a given file in OBO format, using a given namespaces and the specified relationships