Class DefaultTimeSeries
java.lang.Object
org.eclipse.esmf.metamodel.impl.ModelElementImpl
org.eclipse.esmf.metamodel.impl.DefaultCharacteristic
org.eclipse.esmf.characteristic.impl.DefaultCollection
org.eclipse.esmf.characteristic.impl.DefaultSortedSet
org.eclipse.esmf.characteristic.impl.DefaultTimeSeries
- All Implemented Interfaces:
Comparable<ModelElementImpl>,Collection,SortedSet,TimeSeries,Characteristic,ModelElement,NamedElement
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTimeSeries(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Optional<Characteristic> elementCharacteristic) -
Method Summary
Modifier and TypeMethodDescription<T,C> T accept(AspectVisitor<T, C> visitor, C context) Accepts an Aspect visitortoString()Methods inherited from class org.eclipse.esmf.characteristic.impl.DefaultSortedSet
getCollectionTypeMethods inherited from class org.eclipse.esmf.characteristic.impl.DefaultCollection
equals, getElementCharacteristic, hashCode, isAllowDuplicates, isOrderedMethods inherited from class org.eclipse.esmf.metamodel.impl.DefaultCharacteristic
getDataTypeMethods inherited from class org.eclipse.esmf.metamodel.impl.ModelElementImpl
compareTo, getAspectModelUrn, getDescriptions, getMetaModelVersion, getName, getPreferredNames, getSee, hasSyntheticNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.esmf.metamodel.Characteristic
getDataTypeMethods inherited from interface org.eclipse.esmf.characteristic.Collection
getCollectionType, getElementCharacteristic, isAllowDuplicates, isOrderedMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Constructor Details
-
DefaultTimeSeries
public DefaultTimeSeries(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Optional<Characteristic> elementCharacteristic)
-
-
Method Details
-
accept
Accepts an Aspect visitor- Specified by:
acceptin interfaceModelElement- Overrides:
acceptin classDefaultSortedSet- Type Parameters:
T- The result type of the traversal operationC- The context of the visitor traversal- Parameters:
visitor- The visitor to accept
-
toString
- Overrides:
toStringin classDefaultSortedSet
-