public abstract class Temporal extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Temporal.Match<A>
Safe temporal decomposition.
|
| Modifier and Type | Method and Description |
|---|---|
static Temporal |
duration(long duration)
A time span measured in milliseconds.
|
abstract <A> A |
fold(Temporal.Match<A> v)
Safe decomposition.
|
static Temporal |
instant(Date instant)
An instant in time.
|
static Temporal |
period(DCMIPeriod period)
A period in time limited by at least one instant.
|
public static Temporal period(DCMIPeriod period)
public static Temporal duration(long duration)
public abstract <A> A fold(Temporal.Match<A> v)
Copyright © 2009–2019 Opencast Project. All rights reserved.