|
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.SlewNode
Field Summary | |
protected boolean |
mustRampToEnd
|
protected SlewRequirement |
slewRequirement
|
Fields inherited from class gov.nasa.javaGenes.EOSscheduling.Node |
next, previous, startTime |
Constructor Summary | |
SlewNode()
|
Method Summary | |
boolean |
getMustRampToEnd()
|
double |
getParameter(int index)
|
double[] |
getParameters()
|
SlewRequirement |
getSlew()
|
int |
numberOfParameters()
|
void |
setMustRampToEnd(boolean value)
|
void |
setSlew(SlewRequirement inSlew)
|
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 SlewRequirement slewRequirement
protected boolean mustRampToEnd
Constructor Detail |
public SlewNode()
Method Detail |
public void setSlew(SlewRequirement inSlew)
public SlewRequirement getSlew()
public void setMustRampToEnd(boolean value)
public boolean getMustRampToEnd()
public int numberOfParameters()
public double getParameter(int index)
public double[] getParameters()
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |