public interface Leg extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getNature()
Return the nature of the leg.
|
AbsoluteDateInterval |
getTimeInterval()
Return the time interval of validity of the leg
|
default String |
toPrettyString()
Returns a string representation of the leg.
|
void |
truncate(AbsoluteDateInterval newInterval)
Truncate the time interval of validity of the leg
|
AbsoluteDateInterval getTimeInterval()
String getNature()
void truncate(AbsoluteDateInterval newInterval) throws PatriusException
newInterval
- the new time intervalPatriusException
- if the new time interval is not included in the current time intervaldefault String toPrettyString()
Copyright © 2020 CNES. All rights reserved.