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

Packages that use GONetwork.Namespace
methods.scores.go   
 

Uses of GONetwork.Namespace in methods.scores.go
 

Methods in methods.scores.go that return GONetwork.Namespace
 GONetwork.Namespace GONetwork.getNamespace()
          Returns the namespace used in this network.
static GONetwork.Namespace GONetwork.Namespace.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GONetwork.Namespace[] GONetwork.Namespace.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.Namespace
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