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 classGoRelationship.Type
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHAS_PART_STRstatic java.lang.StringNEGATIVELY_REGULATES_STRstatic java.lang.StringOCCURS_IN_STRstatic java.lang.StringPART_OF_STRstatic java.lang.StringPOSITIVELY_REGULATES_STRstatic java.lang.StringREGULATES_STR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GoIdgetGoId()GoRelationship.TypegetType()
-
-
-
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()
-
-