public class BasicGoRelationship extends Object implements GoRelationship
GoRelationship.TypeHAS_PART_STR, NEGATIVELY_REGULATES_STR, OCCURS_IN_STR, PART_OF_STR, POSITIVELY_REGULATES_STR, REGULATES_STR| Constructor and Description |
|---|
BasicGoRelationship(GoRelationship.Type type,
GoId go_id) |
BasicGoRelationship(String s) |
BasicGoRelationship(String type,
String go_id) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GoRelationship rel) |
boolean |
equals(Object o)
Based on value and type.
|
GoId |
getGoId() |
GoRelationship.Type |
getType() |
String |
toString() |
public BasicGoRelationship(String s)
public BasicGoRelationship(GoRelationship.Type type, GoId go_id)
public int compareTo(GoRelationship rel)
compareTo in interface Comparable<GoRelationship>public GoId getGoId()
getGoId in interface GoRelationshippublic GoRelationship.Type getType()
getType in interface GoRelationshipCopyright © 2016. All rights reserved.