Package | Description |
---|---|
org.graphstream.util.time |
Modifier and Type | Class and Description |
---|---|
static class |
ISODateComponent.AliasComponent
Defines an alias component.
|
static class |
ISODateComponent.AMPMComponent
Component handling AM/PM.
|
static class |
ISODateComponent.EpochComponent
Component handling a number of milliseconds since the epoch (january, 1st
1970).
|
static class |
ISODateComponent.FieldComponent
Defines a component associated with a field of a calendar.
|
protected static class |
ISODateComponent.LocaleDependentComponent
Base for locale-dependent component.
|
static class |
ISODateComponent.NotImplementedComponent
Defines a not implemented component.
|
static class |
ISODateComponent.TextComponent
Defines a text component.
|
static class |
ISODateComponent.UTCOffsetComponent
Component handling utc offset (+/- 0000).
|
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<ISODateComponent> |
ISODateIO.components
List of components, build from a string format.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.LinkedList<ISODateComponent> |
ISODateIO.findComponents(java.lang.String format)
Build a list of component from a string.
|