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

Packages that use GONetwork.Namespaces
methods.scores.go   
 

Uses of GONetwork.Namespaces in methods.scores.go
 

Methods in methods.scores.go that return GONetwork.Namespaces
 GONetwork.Namespaces GONetwork.getNamespace()
          Returns the namespace used in this network.
static GONetwork.Namespaces GONetwork.Namespaces.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GONetwork.Namespaces[] GONetwork.Namespaces.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.Namespaces
GONetwork(File fileOntologies, GONetwork.Namespaces 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.Namespaces namespace, GONetwork.Relationships relationships)
          Creates a GO network from a given file in OBO format, using a given namespaces and the specified relationships