Uses of Interface
de.gebit.integrity.dsl.TimeDifference
-
-
Uses of TimeDifference in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return TimeDifference Modifier and Type Method Description TimeDifferenceDslFactory. createTimeDifference()Returns a new object of class 'Time Difference'.TimeDifferenceTimeSet. getDiffTime()Returns the value of the 'Diff Time' containment reference.Methods in de.gebit.integrity.dsl with parameters of type TimeDifference Modifier and Type Method Description voidTimeSet. setDiffTime(TimeDifference value)Sets the value of the 'Diff Time' containment reference. -
Uses of TimeDifference in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement TimeDifference Modifier and Type Class Description classTimeDifferenceImplAn implementation of the model object 'Time Difference'.Fields in de.gebit.integrity.dsl.impl declared as TimeDifference Modifier and Type Field Description protected TimeDifferenceTimeSetImpl. diffTimeThe cached value of the 'Diff Time' containment reference.Methods in de.gebit.integrity.dsl.impl that return TimeDifference Modifier and Type Method Description TimeDifferenceDslFactoryImpl. createTimeDifference()TimeDifferenceTimeSetImpl. getDiffTime()Methods in de.gebit.integrity.dsl.impl with parameters of type TimeDifference Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainTimeSetImpl. basicSetDiffTime(TimeDifference newDiffTime, org.eclipse.emf.common.notify.NotificationChain msgs)voidTimeSetImpl. setDiffTime(TimeDifference newDiffTime) -
Uses of TimeDifference in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type TimeDifference Modifier and Type Method Description TDslSwitch. caseTimeDifference(TimeDifference object)Returns the result of interpreting the object as an instance of 'Time Difference'. -
Uses of TimeDifference in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type TimeDifference Modifier and Type Method Description StringTestFormatter. timeDifferenceToHumanReadableString(TimeDifference aTimeDiff)Converts aTimeDifferenceto a human-readable string. -
Uses of TimeDifference in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type TimeDifference Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_TimeDifference(org.eclipse.xtext.serializer.ISerializationContext context, TimeDifference semanticObject)Contexts: TimeDifference returns TimeDifference Constraint: ((direction='+' | direction='-') (fixedValues+=TIMESPAN+ | calculatedValue=Variable | calculatedValue=Operation)) -
Uses of TimeDifference in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type TimeDifference Modifier and Type Method Description static List<org.eclipse.xtext.util.Pair<Long,TemporalUnit>>DateUtil. convertTimeDifference(TimeDifference aDifference, ValueConverter aValueConverter)
-