Uses of Interface
org.eclipse.esmf.metamodel.Characteristic
Packages that use Characteristic
Package
Description
-
Uses of Characteristic in org.eclipse.esmf.characteristic
Subinterfaces of Characteristic in org.eclipse.esmf.characteristicModifier and TypeInterfaceDescriptioninterfaceDescribes a Property which contains any kind of code.interfaceA group of values which may be either of a simple or complex type.interfaceA time duration according to ISO 8601.interfaceDescribes a Property whose value can have one of two possible types (a disjoint union).interfaceA list of possible values.interfaceA collection which may contain duplicates and is ordered.interfaceA value which can be measured and has a unit.interfaceA value which can be quantified and may have a unit.interfaceA collection which may not contain duplicates and is unordered.interfaceA single value of an Entity type.interfaceA collection which may not contain duplicates and is ordered.interfaceinterfaceinterfaceA collection containing values with the exact point in time when the values where recorded.interfaceA characterstic that can specify Constraints on another Characteristic.Methods in org.eclipse.esmf.characteristic that return CharacteristicModifier and TypeMethodDescriptionTrait.getBaseCharacteristic()Either.getLeft()Either.getRight()Methods in org.eclipse.esmf.characteristic that return types with arguments of type CharacteristicModifier and TypeMethodDescriptiondefault Optional<Characteristic>Collection.getElementCharacteristic() -
Uses of Characteristic in org.eclipse.esmf.characteristic.impl
Classes in org.eclipse.esmf.characteristic.impl that implement CharacteristicModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.eclipse.esmf.characteristic.impl that return CharacteristicModifier and TypeMethodDescriptionDefaultTrait.getBaseCharacteristic()The Characteristic which is wrapped by a Constraint.DefaultEither.getLeft()The Characteristic for the left side value of a disjoint union.DefaultEither.getRight()The Characteristic for the right side value of a disjoint union.Methods in org.eclipse.esmf.characteristic.impl that return types with arguments of type CharacteristicConstructors in org.eclipse.esmf.characteristic.impl with parameters of type CharacteristicModifierConstructorDescriptionDefaultEither(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Type> dataType, Characteristic left, Characteristic right) DefaultTrait(MetaModelBaseAttributes metaModelBaseAttributes, Characteristic baseCharacteristic, List<Constraint> constraints) -
Uses of Characteristic in org.eclipse.esmf.metamodel
Methods in org.eclipse.esmf.metamodel that return types with arguments of type CharacteristicModifier and TypeMethodDescriptionProperty.getCharacteristic()default Optional<Characteristic>Property.getEffectiveCharacteristic()Returns the Property's unconstrained Characteristic. -
Uses of Characteristic in org.eclipse.esmf.metamodel.impl
Classes in org.eclipse.esmf.metamodel.impl that implement CharacteristicMethods in org.eclipse.esmf.metamodel.impl that return types with arguments of type CharacteristicModifier and TypeMethodDescriptionDefaultProperty.getCharacteristic()The Characteristic describing the semantics of the Property.Constructor parameters in org.eclipse.esmf.metamodel.impl with type arguments of type CharacteristicModifierConstructorDescriptionDefaultProperty(MetaModelBaseAttributes metaModelBaseAttributes, Optional<Characteristic> characteristic, Optional<ScalarValue> exampleValue, boolean optional, boolean notInPayload, Optional<String> payloadName, boolean isAbstract, Optional<Property> extends_) -
Uses of Characteristic in org.eclipse.esmf.metamodel.loader
Methods in org.eclipse.esmf.metamodel.loader that return types with arguments of type CharacteristicModifier and TypeMethodDescriptionDefaultPropertyWrapper.getCharacteristic()protected Optional<Characteristic>Instantiator.getElementCharacteristic(org.apache.jena.rdf.model.Resource collection) -
Uses of Characteristic in org.eclipse.esmf.metamodel.loader.instantiator
Methods in org.eclipse.esmf.metamodel.loader.instantiator that return CharacteristicModifier and TypeMethodDescriptionCharacteristicInstantiator.apply(org.apache.jena.rdf.model.Resource characteristic) -
Uses of Characteristic in org.eclipse.esmf.metamodel.visitor
Methods in org.eclipse.esmf.metamodel.visitor with parameters of type CharacteristicModifier and TypeMethodDescriptionAspectStreamTraversalVisitor.visitCharacteristic(Characteristic characteristic, Void context) default TAspectVisitor.visitCharacteristic(Characteristic characteristic, C context) LanguageCollectorModelVisitor.visitCharacteristic(Characteristic characteristic, Set<Locale> context) Deprecated, for removal: This API element is subject to removal in a future version.