public interface GoRelationship extends Comparable<GoRelationship>
| Modifier and Type | Interface and Description |
|---|---|
static class |
GoRelationship.Type |
| Modifier and Type | Field and Description |
|---|---|
static String |
HAS_PART_STR |
static String |
NEGATIVELY_REGULATES_STR |
static String |
OCCURS_IN_STR |
static String |
PART_OF_STR |
static String |
POSITIVELY_REGULATES_STR |
static String |
REGULATES_STR |
| Modifier and Type | Method and Description |
|---|---|
GoId |
getGoId() |
GoRelationship.Type |
getType() |
compareTostatic final String PART_OF_STR
static final String REGULATES_STR
static final String NEGATIVELY_REGULATES_STR
static final String POSITIVELY_REGULATES_STR
static final String HAS_PART_STR
static final String OCCURS_IN_STR
GoId getGoId()
GoRelationship.Type getType()
Copyright © 2016. All rights reserved.