|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.javaGenes.EOSscheduling.TimeInterval
gov.nasa.javaGenes.EOSscheduling.Node
gov.nasa.javaGenes.EOSscheduling.SSRNode
Field Summary | |
protected int |
remainingCapacity
|
Fields inherited from class gov.nasa.javaGenes.EOSscheduling.Node |
next, previous, startTime |
Constructor Summary | |
SSRNode()
|
Method Summary | |
int |
getRemainingCapacity()
|
void |
removeCapacity(int remove)
|
void |
setCapacity(int inCapacity)
|
Methods inherited from class gov.nasa.javaGenes.EOSscheduling.Node |
getEnd, getStart, isDurationAvailable, next, previous, setEnd, setNext, setPrevious, setStart, setTimeAndNeighbors |
Methods inherited from class gov.nasa.javaGenes.EOSscheduling.TimeInterval |
getDuration, includes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int remainingCapacity
Constructor Detail |
public SSRNode()
Method Detail |
public void setCapacity(int inCapacity)
public int getRemainingCapacity()
public void removeCapacity(int remove)
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |