Uses of Class
procope.evaluation.complexquality.go.GONetwork.Namespace

Packages that use GONetwork.Namespace
procope.evaluation.complexquality.go   
 

Uses of GONetwork.Namespace in procope.evaluation.complexquality.go
 

Methods in procope.evaluation.complexquality.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 procope.evaluation.complexquality.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