stella.util
Class PointingScheduler.HeightConstraint

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

private class PointingScheduler.HeightConstraint
extends AbstractTarget.ConstraintAdapter

A height constraint.


Constructor Summary
protected PointingScheduler.HeightConstraint()
          Uses the default solar height parameter name.
 
Method Summary
 Double getMin()
          Returns the mximum solar height allowed.
 
Methods inherited from class stella.AbstractTarget.ConstraintAdapter
getAbove, getBelow, getFrom, getMax, 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.HeightConstraint

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

Method Detail

getMin

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

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