Package gov.nasa.jpl.resource
Class SumDoubleResource
- All Implemented Interfaces:
ResourceContainer
,PropertyChangeListener
,EventListener
-
Field Summary
Fields inherited from class gov.nasa.jpl.resource.Resource
interpolation, maximum, minimum, possibleStates, subsystem, units
-
Constructor Summary
ConstructorsConstructorDescriptionSumDoubleResource
(Resource one, Resource two) SumDoubleResource
(Resource one, Resource two, String subsystem) SumDoubleResource
(Resource one, Resource two, String subsystem, String units) SumDoubleResource
(Resource one, Resource two, String subsystem, String units, String interpolation, Double minimum, Double maximum) -
Method Summary
Modifier and TypeMethodDescriptionReturns the default value of the resource before it is set() to a new value.void
Methods inherited from class gov.nasa.jpl.resource.Resource
addChangeListener, clearHistory, currentval, firstTimeSet, formUniqueName, getChangesDuringWindow, getDataType, getIndices, getInterpolation, getMaximumLimit, getMinimumLimit, getName, getPossibleStates, getSize, getSubsystem, getType, getUniqueName, getUnits, historyIterator, insertRecord, isFrozen, isIndexInArrayedResource, lastTimeSet, lastValue, max, min, nextTimeResourceSetToValue, nextTimeSet, priorTimeResourceSetToValue, priorTimeSet, registerResource, removeChangeListener, resourceHistoryHasElements, set, setFrozen, setIndices, setInterpolation, setMaximumLimit, setMinimumLimit, setName, setSubsystem, setUnits, update, valueAt, whenEqualTo, whenGreaterThan, whenGreaterThanOrEqualTo, whenLessThan, whenLessThanOrEqualTo, whenNotEqualTo
-
Constructor Details
-
SumDoubleResource
-
SumDoubleResource
-
SumDoubleResource
-
SumDoubleResource
-
SumDoubleResource
-
-
Method Details
-
profile
Description copied from class:Resource
Returns the default value of the resource before it is set() to a new value. Must be abstract since different data types have different intuitive defaults. -
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-