public interface SeriesDefinition extends SchemaComponent, IncompleteSchema, Comparable<SeriesDefinition>
Schema and defines a Series.
Like a schema, a series definition can define a number of Attributes.| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeDefinition<?>> |
getCustomAttributeDefinitions()
Return the collection of attribute definitions which are not built-in.
|
String |
getDescription()
Return the description of the series.
|
ch.agent.t2.time.TimeDomain |
getTimeDomain()
Return the time domain of the series.
|
ValueType<?> |
getValueType()
Return the value type of the series.
|
boolean |
isSparse()
Return true to force the series to use sparse time series.
|
consolidate, copy, edit, edit, getName, getNumber, isComplete, isErasinggetAttributeDefinition, getAttributeDefinition, getAttributeDefinitions, getNamecompareToString getDescription()
T2DBExceptionch.agent.t2.time.TimeDomain getTimeDomain()
ValueType<?> getValueType()
boolean isSparse()
Collection<AttributeDefinition<?>> getCustomAttributeDefinitions()
Copyright © 2017. All rights reserved.