org.forester.go
Interface GoRelationship

All Superinterfaces:
Comparable<GoRelationship>
All Known Implementing Classes:
BasicGoRelationship

public interface GoRelationship
extends Comparable<GoRelationship>


Nested Class Summary
static class GoRelationship.Type
           
 
Field Summary
static String NEGATIVELY_REGULATES_STR
           
static String PART_OF_STR
           
static String POSITIVELY_REGULATES_STR
           
static String REGULATES_STR
           
 
Method Summary
 GoId getGoId()
           
 GoRelationship.Type getType()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

PART_OF_STR

static final String PART_OF_STR
See Also:
Constant Field Values

REGULATES_STR

static final String REGULATES_STR
See Also:
Constant Field Values

NEGATIVELY_REGULATES_STR

static final String NEGATIVELY_REGULATES_STR
See Also:
Constant Field Values

POSITIVELY_REGULATES_STR

static final String POSITIVELY_REGULATES_STR
See Also:
Constant Field Values
Method Detail

getGoId

GoId getGoId()

getType

GoRelationship.Type getType()