Uses of Class
com.amalgamasimulation.core.scheduling.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in com.amalgamasimulation.core.intervals
Method parameters in com.amalgamasimulation.core.intervals with type arguments of type Slot -
Uses of Slot in com.amalgamasimulation.core.scheduling
Classes in com.amalgamasimulation.core.scheduling with type parameters of type SlotModifier and TypeClassDescriptionclassClass representing a (possibly infinite) gap between at most two slots in aSequence.classClass representing a sequence of slots (subclasses ofSlotclass).Fields in com.amalgamasimulation.core.scheduling with type parameters of type SlotMethods in com.amalgamasimulation.core.scheduling that return SlotModifier and TypeMethodDescriptionSlot.copy()Returns a copy of this slot.static SlotSlot.dummy(double time) Creates a dummy instance ofSlotused primarily as a key in search and comparison methods.Methods in com.amalgamasimulation.core.scheduling that return types with arguments of type SlotModifier and TypeMethodDescriptionSlot.sequence()Returns reference toSequenceto which this slot belongs, ornullif this sequence does not belong to any sequence.Methods in com.amalgamasimulation.core.scheduling with parameters of type SlotModifier and TypeMethodDescriptionGap.getIntersection(Slot slot) Returns the gap that is the result of intersecting this gap with the specified slot, ornullif this gap does not intersect with the specified slot.voidSequence.moveForwardBy(Slot movedSlot, double movingDistance) Moves the specified slot to the right by the specified delta.voidSequence.moveForwardTo(Slot movedSlot, double newBeginTime) Moves the specified slot to the right to the specified being time, i.e. -
Uses of Slot in com.amalgamasimulation.trains
Subclasses of Slot in com.amalgamasimulation.trainsModifier and TypeClassDescriptionclassRepresents a time interval booked by a specific booker. -
Uses of Slot in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets with type parameters of type SlotModifier 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.