Class Timelines<Timestamp extends Comparable<Timestamp>>
java.lang.Object
tools.refinery.interpreter.matchers.util.timeline.Timelines<Timestamp>
Utility class for creating
Timeline
s.- Since:
- 2.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <Timestamp extends Comparable<Timestamp>>
Timeline<Timestamp> static <Timestamp extends Comparable<Timestamp>>
Timeline<Timestamp> createFrom
(List<Timestamp> timestamps) static <Timestamp extends Comparable<Timestamp>>
Timeline<Timestamp> createFrom
(Timestamp timestamp) static <Timestamp extends Comparable<Timestamp>>
Timeline<Timestamp> createFrom
(Diff<Timestamp> diffs)
-
Constructor Details
-
Timelines
public Timelines()
-
-
Method Details
-
createEmpty
-
createFrom
public static <Timestamp extends Comparable<Timestamp>> Timeline<Timestamp> createFrom(Diff<Timestamp> diffs) -
createFrom
public static <Timestamp extends Comparable<Timestamp>> Timeline<Timestamp> createFrom(List<Timestamp> timestamps) -
createFrom
public static <Timestamp extends Comparable<Timestamp>> Timeline<Timestamp> createFrom(Timestamp timestamp)
-