JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class SSRNode

java.lang.Object
  extended bygov.nasa.javaGenes.EOSscheduling.TimeInterval
      extended bygov.nasa.javaGenes.EOSscheduling.Node
          extended bygov.nasa.javaGenes.EOSscheduling.SSRNode
All Implemented Interfaces:
java.io.Serializable

public class SSRNode
extends Node

See Also:
Serialized Form

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

remainingCapacity

protected int remainingCapacity
Constructor Detail

SSRNode

public SSRNode()
Method Detail

setCapacity

public void setCapacity(int inCapacity)

getRemainingCapacity

public int getRemainingCapacity()

removeCapacity

public void removeCapacity(int remove)

JavaGenes, NASA Ames. Written largely by Al Globus