stella.util
Class PointingScheduler.SolarConstraint

java.lang.Object
  extended by stella.AbstractTarget.ConstraintAdapter
      extended by stella.util.PointingScheduler.SolarConstraint
All Implemented Interfaces:
Serializable, Appointable.Constraint<Number>
Enclosing class:
PointingScheduler

private class PointingScheduler.SolarConstraint
extends AbstractTarget.ConstraintAdapter

A solar height constraint.


Constructor Summary
protected PointingScheduler.SolarConstraint()
          Uses the default solar height parameter name.
 
Method Summary
 Double getMax()
          Returns the mximum solar height allowed.
 
Methods inherited from class stella.AbstractTarget.ConstraintAdapter
getAbove, getBelow, getFrom, getMin, getTimeForConstraint, getTo, getValueName, isSatisfied, isSatisfied, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PointingScheduler.SolarConstraint

protected PointingScheduler.SolarConstraint()
Uses the default solar height parameter name.

Method Detail

getMax

public Double getMax()
Returns the mximum solar height allowed.

Specified by:
getMax in interface Appointable.Constraint<Number>
Overrides:
getMax in class AbstractTarget.ConstraintAdapter