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

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

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

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