public abstract class AbstractInterval extends Object
- very simple class to represent an interval only by its ending point nature : this is what all intervals have in common.
- This class is abstract : it can't be instanced.
- It contains no method.
See DV-MATHS_50, DV-DATES_150Constructor and Description |
---|
AbstractInterval() |
Modifier and Type | Method and Description |
---|---|
IntervalEndpointType |
getLowerEndPoint() |
IntervalEndpointType |
getUpperEndPoint() |
protected void |
setLowerEndPoint(IntervalEndpointType lowEndPoint) |
protected void |
setUpperEndPoint(IntervalEndpointType upEndPoint) |
protected final void setUpperEndPoint(IntervalEndpointType upEndPoint)
upEndPoint
- the upperEndPoint to setprotected final void setLowerEndPoint(IntervalEndpointType lowEndPoint)
lowEndPoint
- the lowerEndPoint to setpublic final IntervalEndpointType getUpperEndPoint()
public final IntervalEndpointType getLowerEndPoint()
Copyright © 2019 CNES. All Rights Reserved.