Uses of Class
hla.rti1516e.exceptions.IllegalTimeArithmetic
Packages that use IllegalTimeArithmetic
-
Uses of IllegalTimeArithmetic in hla.rti1516e
Methods in hla.rti1516e that throw IllegalTimeArithmeticModifier and TypeMethodDescriptionReturns a LogicalTime whose value is (this + val).Returns a LogicalTimeInterval whose value is (this + addend).Returns a LogicalTime whose value is (this - val).Returns a LogicalTimeInterval whose value is (this - subtrahend). -
Uses of IllegalTimeArithmetic in hla.rti1516e.time
Methods in hla.rti1516e.time that throw IllegalTimeArithmeticModifier and TypeMethodDescriptionHLAfloat64Interval.add(HLAfloat64Interval addend) HLAfloat64Time.add(HLAfloat64Interval val) HLAinteger64Interval.add(HLAinteger64Interval addend) HLAinteger64Time.add(HLAinteger64Interval val) HLAfloat64Interval.subtract(HLAfloat64Interval subtrahend) HLAfloat64Time.subtract(HLAfloat64Interval val) HLAinteger64Interval.subtract(HLAinteger64Interval subtrahend) HLAinteger64Time.subtract(HLAinteger64Interval val)