Uses of Class
com.amalgamasimulation.core.scheduling.Sequence
Packages that use Sequence
Package
Description
-
Uses of Sequence in com.amalgamasimulation.core.intervals
Methods in com.amalgamasimulation.core.intervals with parameters of type Sequence -
Uses of Sequence in com.amalgamasimulation.core.scheduling
Fields in com.amalgamasimulation.core.scheduling declared as SequenceMethods in com.amalgamasimulation.core.scheduling that return SequenceModifier and TypeMethodDescriptionSequence.copy()Returns a newSequencethat is a deep copy of this sequence.Gap.sequence()Returns theSequenceto which this gap belongs.Slot.sequence()Returns reference toSequenceto which this slot belongs, ornullif this sequence does not belong to any sequence.Sequence.subSequence(T startingFromSlot) Returns a newSequencethat is a deep copy of a subset of this sequence.The returned sequence contains copies of all slots of this sequence starting from the specified slot.Sequence.subSequence(T startingFromSlot, double firstSlotElapsedTime) Returns a newSequencethat is a deep copy of a subset of this sequence.The returned sequence contains copies of all slots of this sequence starting from the specified slot.Methods in com.amalgamasimulation.core.scheduling with parameters of type SequenceModifier and TypeMethodDescriptionvoidInserts the specified sequence of slots into this sequence at the specified time.Constructors in com.amalgamasimulation.core.scheduling with parameters of type Sequence -
Uses of Sequence in com.amalgamasimulation.trains
Subclasses of Sequence in com.amalgamasimulation.trainsMethods in com.amalgamasimulation.trains with parameters of type SequenceModifier and TypeMethodDescriptionvoidBookingSequence.insert(double time, Sequence<? extends BookingSlot> insertedSequence) Method is not allowed. -
Uses of Sequence in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets with parameters of type SequenceModifier and TypeMethodDescriptionstatic <E extends Slot>
SlotsVisualSet<E> static <E extends Slot>
SlotsVisualSet<E> VisualSets.gantt(String name, GanttChartRow row, Sequence<E> sequence) static <E extends Slot>
RegionVisualSet<E> Creates an instance ofRegionVisualSetthat highlights X-axis regions corresponding to slots of the specifiedSequence.