Uses of Interface
org.eclipse.esmf.metamodel.Type
Packages that use Type
Package
Description
-
Uses of Type in org.eclipse.esmf.characteristic.impl
Methods in org.eclipse.esmf.characteristic.impl that return types with arguments of type TypeModifier and TypeMethodDescriptionDefaultTrait.getDataType()A Constraint's data type is its base Characteristic's data type.Constructors in org.eclipse.esmf.characteristic.impl with parameters of type TypeModifierConstructorDescriptionDefaultCode(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType) DefaultDuration(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, Optional<Unit> unit) DefaultEnumeration(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, List<Value> values) DefaultMeasurement(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, Optional<Unit> unit) DefaultQuantifiable(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, Optional<Unit> unit) DefaultSingleEntity(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType) DefaultState(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, List<Value> values, Value defaultValue) DefaultStructuredValue(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, String deconstructionRule, List<Object> elements) Constructor parameters in org.eclipse.esmf.characteristic.impl with type arguments of type TypeModifierConstructorDescriptionDefaultCollection(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Optional<Characteristic> elementCharacteristic) DefaultEither(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Characteristic left, Characteristic right) DefaultList(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Optional<Characteristic> elementCharacteristic) DefaultSet(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Optional<Characteristic> elementCharacteristic) DefaultSortedSet(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Optional<Characteristic> elementCharacteristic) DefaultTimeSeries(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Optional<Characteristic> elementCharacteristic) -
Uses of Type in org.eclipse.esmf.metamodel
Subinterfaces of Type in org.eclipse.esmf.metamodelModifier and TypeInterfaceDescriptioninterfaceRepresents a generic domain specific concept which may have multiple specific variants.interfaceDefines the data type of aCharacteristicas being a complex value.interfaceRepresents a domain specific concept.interfaceDefines the data type of aCharacteristicas being a scalar value.Methods in org.eclipse.esmf.metamodel that return TypeMethods in org.eclipse.esmf.metamodel that return types with arguments of type TypeModifier and TypeMethodDescriptionCharacteristic.getDataType()The data type of thePropertydescribed by thisCharacteristic.Property.getDataType() -
Uses of Type in org.eclipse.esmf.metamodel.impl
Classes in org.eclipse.esmf.metamodel.impl that implement TypeModifier and TypeClassDescriptionclassclassclassclassMethods in org.eclipse.esmf.metamodel.impl that return TypeMethods in org.eclipse.esmf.metamodel.impl that return types with arguments of type TypeModifier and TypeMethodDescriptionDefaultCharacteristic.getDataType()Defines the data type of all Properties which use this Characteristic.Constructors in org.eclipse.esmf.metamodel.impl with parameters of type TypeModifierConstructorDescriptionDefaultCollectionValue(Collection<Value> values, CollectionValue.CollectionType collectionType, Type elementType) Constructor parameters in org.eclipse.esmf.metamodel.impl with type arguments of type TypeModifierConstructorDescriptionDefaultCharacteristic(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType) -
Uses of Type in org.eclipse.esmf.metamodel.loader
Methods in org.eclipse.esmf.metamodel.loader that return TypeModifier and TypeMethodDescriptionprotected TypeInstantiator.getType(org.apache.jena.rdf.model.Resource characteristicResource) Methods in org.eclipse.esmf.metamodel.loader with parameters of type TypeModifier and TypeMethodDescriptionprotected ValueInstantiator.buildValue(org.apache.jena.rdf.model.RDFNode node, Optional<org.apache.jena.rdf.model.Resource> characteristicResource, Type type) Creates aValuefrom a given constant value in the RDF model. -
Uses of Type in org.eclipse.esmf.metamodel.visitor
Methods in org.eclipse.esmf.metamodel.visitor with parameters of type Type