Package org.forester.go
Interface GoRelationship
-
- All Superinterfaces:
java.lang.Comparable<GoRelationship>
- All Known Implementing Classes:
BasicGoRelationship
public interface GoRelationship extends java.lang.Comparable<GoRelationship>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GoRelationship.Type
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HAS_PART_STR
static java.lang.String
NEGATIVELY_REGULATES_STR
static java.lang.String
OCCURS_IN_STR
static java.lang.String
PART_OF_STR
static java.lang.String
POSITIVELY_REGULATES_STR
static java.lang.String
REGULATES_STR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GoId
getGoId()
GoRelationship.Type
getType()
-
-
-
Field Detail
-
PART_OF_STR
static final java.lang.String PART_OF_STR
- See Also:
- Constant Field Values
-
REGULATES_STR
static final java.lang.String REGULATES_STR
- See Also:
- Constant Field Values
-
NEGATIVELY_REGULATES_STR
static final java.lang.String NEGATIVELY_REGULATES_STR
- See Also:
- Constant Field Values
-
POSITIVELY_REGULATES_STR
static final java.lang.String POSITIVELY_REGULATES_STR
- See Also:
- Constant Field Values
-
HAS_PART_STR
static final java.lang.String HAS_PART_STR
- See Also:
- Constant Field Values
-
OCCURS_IN_STR
static final java.lang.String OCCURS_IN_STR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGoId
GoId getGoId()
-
getType
GoRelationship.Type getType()
-
-