|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.bio.postprocess.CalculateLocations.SimpleLoc
protected class CalculateLocations.SimpleLoc
Lightweight representation of a Location for easier manipulation and storing in maps.
| Constructor Summary | |
|---|---|
CalculateLocations.SimpleLoc(int parentId,
int childId,
int start,
int end,
java.lang.String strand)
Construct with integer values |
|
CalculateLocations.SimpleLoc(int parentId,
int childId,
org.intermine.model.bio.Location loc)
Construct with integer values for object and subject and a Location object |
|
| Method Summary | |
|---|---|
int |
getChildId()
Get childId value |
int |
getEnd()
Get start value |
int |
getParentId()
Get parentId value |
int |
getStart()
Get start value |
java.lang.String |
getStrand()
Get strand value |
void |
setEnd(int end)
Set end value |
void |
setStart(int start)
Set start value |
void |
setStrand(java.lang.String strand)
Set strand value |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CalculateLocations.SimpleLoc(int parentId,
int childId,
int start,
int end,
java.lang.String strand)
parentId - id of objectchildId - id of subjectstart - start valueend - end valuestrand - strand value
public CalculateLocations.SimpleLoc(int parentId,
int childId,
org.intermine.model.bio.Location loc)
parentId - id of objectchildId - id of subjectloc - description of location| Method Detail |
|---|
public int getStart()
public void setStart(int start)
start - valuepublic int getParentId()
public int getChildId()
public int getEnd()
public void setEnd(int end)
end - valuepublic java.lang.String getStrand()
public void setStrand(java.lang.String strand)
strand - valuepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||