class ImmutableDataRepresentation extends DataRepresentationImpl
DataRepresentationImpl.ArrayIterator, DataRepresentationImpl.ObjectIteratordigitSeriesFactory, emailFactory, emailSeriesFactory, logMessageTypeProvider, realDigitSeriesFactory, textSeriesFactory, truthSeriesFactory| Constructor and Description |
|---|
ImmutableDataRepresentation(String filenameOrContent,
com.metaring.framework.type.factory.TextSeriesFactory textSeriesFactory,
com.metaring.framework.type.factory.DigitSeriesFactory digitSeriesFactory,
com.metaring.framework.type.factory.RealDigitSeriesFactory realDigitSeriesFactory,
com.metaring.framework.type.factory.TruthSeriesFactory truthSeriesFactory,
com.metaring.framework.type.factory.EmailFactory emailFactory,
com.metaring.framework.type.factory.EmailSeriesFactory emailSeriesFactory,
com.metaring.framework.util.log.LogMessageTypeProvider logMessageTypeProvider) |
| Modifier and Type | Method and Description |
|---|---|
com.metaring.framework.type.DataRepresentation |
add(Boolean... values) |
com.metaring.framework.type.DataRepresentation |
add(Boolean value) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.CoreType... values) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.CoreType value) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.DataRepresentation... values) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.DataRepresentation value) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.series.DigitSeries values) |
com.metaring.framework.type.DataRepresentation |
add(Double... values) |
com.metaring.framework.type.DataRepresentation |
add(Double value) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.Email... values) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.Email value) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.series.EmailSeries values) |
com.metaring.framework.type.DataRepresentation |
add(Iterable<?> values) |
com.metaring.framework.type.DataRepresentation |
add(Long... values) |
com.metaring.framework.type.DataRepresentation |
add(Long value) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.series.RealDigitSeries values) |
com.metaring.framework.type.DataRepresentation |
add(String... values) |
com.metaring.framework.type.DataRepresentation |
add(String value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
Boolean... values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
Boolean value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.CoreType... values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.CoreType value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.DataRepresentation... values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.DataRepresentation value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.series.DigitSeries value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
Double... values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
Double value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.Email... values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.Email value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.series.EmailSeries value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
Iterable<?> values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.util.log.LogMessageType value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
Long... values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
Long value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.series.RealDigitSeries value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
String... values) |
com.metaring.framework.type.DataRepresentation |
add(String property,
String value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.series.TextSeries value) |
com.metaring.framework.type.DataRepresentation |
add(String property,
com.metaring.framework.type.series.TruthSeries value) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.series.TextSeries values) |
com.metaring.framework.type.DataRepresentation |
add(com.metaring.framework.type.series.TruthSeries values) |
com.metaring.framework.type.DataRepresentation |
get(int position) |
com.metaring.framework.type.DataRepresentation |
get(String property) |
com.metaring.framework.type.DataRepresentation |
merge(com.metaring.framework.type.DataRepresentation extension) |
com.metaring.framework.type.DataRepresentation |
merge(com.metaring.framework.type.DataRepresentation extension2,
com.metaring.framework.type.DataRepresentation... extensions) |
com.metaring.framework.type.DataRepresentation |
remove(int position,
int... otherPositions) |
com.metaring.framework.type.DataRepresentation |
remove(String property,
String... properties) |
com.metaring.framework.type.DataRepresentation |
set(int position,
Boolean... values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
Boolean value) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.CoreType... values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.CoreType value) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.DataRepresentation... values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.DataRepresentation value) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.series.DigitSeries values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
Double... values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
Double value) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.Email... values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.Email value) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.series.EmailSeries values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
Iterable<?> values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
Long... values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
Long value) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.series.RealDigitSeries values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
String... values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
String value) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.series.TextSeries values) |
com.metaring.framework.type.DataRepresentation |
set(int position,
com.metaring.framework.type.series.TruthSeries values) |
as, asDigit, asDigitSeries, asEmail, asEmailSeries, asRealDigit, asRealDigitSeries, asText, asTextSeries, asTruth, asTruthSeries, create, first, firstAs, firstAsDigit, firstAsDigitSeries, firstAsEmail, firstAsEmailSeries, firstAsRealDigit, firstAsRealDigitSeries, firstAsText, firstAsTextSeries, firstAsTruth, firstAsTruthSeries, fromJson, fromObject, get, get, getDigit, getDigit, getDigitSeries, getDigitSeries, getEmail, getEmail, getEmailSeries, getEmailSeries, getLength, getLength, getLogMessageType, getLogMessageType, getProperties, getProperties, getProperties, getRealDigit, getRealDigit, getRealDigitSeries, getRealDigitSeries, getStrings, getText, getText, getTextSeries, getTextSeries, getTruth, getTruth, getTruthSeries, getTruthSeries, hasLength, hasLength, hasLength, hasProperties, hasProperties, hasProperties, hasProperty, is, is, is, isDigit, isDigit, isDigit, isDigitSeries, isDigitSeries, isDigitSeries, isEmail, isEmail, isEmail, isEmailSeries, isEmailSeries, isEmailSeries, isEmpty, isEmpty, isEmpty, isLogMessageType, isLogMessageType, isNull, isNull, isNull, isNullOrEmpty, isNullOrEmpty, isNullOrEmpty, isRealDigit, isRealDigit, isRealDigit, isRealDigitSeries, isRealDigitSeries, isRealDigitSeries, isSimple, isSimple, isSimple, isText, isText, isText, isTextSeries, isTextSeries, isTextSeries, isTruth, isTruth, isTruth, isTruthSeries, isTruthSeries, isTruthSeries, iterator, length, reinit, toJson, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorImmutableDataRepresentation(String filenameOrContent, com.metaring.framework.type.factory.TextSeriesFactory textSeriesFactory, com.metaring.framework.type.factory.DigitSeriesFactory digitSeriesFactory, com.metaring.framework.type.factory.RealDigitSeriesFactory realDigitSeriesFactory, com.metaring.framework.type.factory.TruthSeriesFactory truthSeriesFactory, com.metaring.framework.type.factory.EmailFactory emailFactory, com.metaring.framework.type.factory.EmailSeriesFactory emailSeriesFactory, com.metaring.framework.util.log.LogMessageTypeProvider logMessageTypeProvider)
public com.metaring.framework.type.DataRepresentation merge(com.metaring.framework.type.DataRepresentation extension)
merge in interface com.metaring.framework.type.DataRepresentationmerge in class DataRepresentationImplpublic com.metaring.framework.type.DataRepresentation merge(com.metaring.framework.type.DataRepresentation extension2,
com.metaring.framework.type.DataRepresentation... extensions)
merge in interface com.metaring.framework.type.DataRepresentationmerge in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, Boolean value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, Boolean... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.CoreType value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.CoreType... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.series.DigitSeries value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, Double value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, Double... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, Iterable<?> values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, Long value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, Long... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.series.RealDigitSeries value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, String value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, String... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.series.TextSeries value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.series.TruthSeries value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.Email value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.Email... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.series.EmailSeries value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.util.log.LogMessageType value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.DataRepresentation value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String property, com.metaring.framework.type.DataRepresentation... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(Boolean value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(Boolean... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.CoreType value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.CoreType... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.DataRepresentation value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.DataRepresentation... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.series.DigitSeries values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(Double value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(Double... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.Email value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.Email... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.series.EmailSeries values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(Iterable<?> values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(Long value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(Long... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.series.RealDigitSeries values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String value)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(String... values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.series.TextSeries values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation add(com.metaring.framework.type.series.TruthSeries values)
add in interface com.metaring.framework.type.DataRepresentationadd in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
Boolean value)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
Boolean... values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.CoreType value)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.CoreType... values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.DataRepresentation value)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.DataRepresentation... values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.series.DigitSeries values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
Double value)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
Double... values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.Email value)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.Email... values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.series.EmailSeries values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
Iterable<?> values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
Long value)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
Long... values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.series.RealDigitSeries values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
String value)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
String... values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.series.TextSeries values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation set(int position,
com.metaring.framework.type.series.TruthSeries values)
set in interface com.metaring.framework.type.DataRepresentationset in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation remove(int position,
int... otherPositions)
remove in interface com.metaring.framework.type.DataRepresentationremove in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation remove(String property, String... properties)
remove in interface com.metaring.framework.type.DataRepresentationremove in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation get(int position)
get in interface com.metaring.framework.type.DataRepresentationget in class DataRepresentationImplpublic final com.metaring.framework.type.DataRepresentation get(String property)
get in interface com.metaring.framework.type.DataRepresentationget in class DataRepresentationImplCopyright © 2019. All rights reserved.