Uses of Interface
org.eclipse.esmf.metamodel.ScalarValue
Packages that use ScalarValue
Package
Description
-
Uses of ScalarValue in org.eclipse.esmf.constraint
Methods in org.eclipse.esmf.constraint that return types with arguments of type ScalarValue -
Uses of ScalarValue in org.eclipse.esmf.constraint.impl
Methods in org.eclipse.esmf.constraint.impl that return types with arguments of type ScalarValueModifier and TypeMethodDescriptionDefaultRangeConstraint.getMaxValue()The upper bound of a range.DefaultRangeConstraint.getMinValue()The lower bound of a range.Constructor parameters in org.eclipse.esmf.constraint.impl with type arguments of type ScalarValueModifierConstructorDescriptionDefaultRangeConstraint(MetaModelBaseAttributes metaModelBaseAttributes, Optional<ScalarValue> minValue, Optional<ScalarValue> maxValue, BoundDefinition lowerBoundDefinition, BoundDefinition upperBoundDefinition) -
Uses of ScalarValue in org.eclipse.esmf.metamodel
Methods in org.eclipse.esmf.metamodel that return types with arguments of type ScalarValue -
Uses of ScalarValue in org.eclipse.esmf.metamodel.impl
Classes in org.eclipse.esmf.metamodel.impl that implement ScalarValueMethods in org.eclipse.esmf.metamodel.impl that return types with arguments of type ScalarValueMethods in org.eclipse.esmf.metamodel.impl with parameters of type ScalarValue -
Uses of ScalarValue in org.eclipse.esmf.metamodel.loader
Methods in org.eclipse.esmf.metamodel.loader that return ScalarValueModifier and TypeMethodDescriptionprotected ScalarValueInstantiator.buildLanguageString(org.apache.jena.rdf.model.Literal literal) Methods in org.eclipse.esmf.metamodel.loader that return types with arguments of type ScalarValue -
Uses of ScalarValue in org.eclipse.esmf.metamodel.visitor
Methods in org.eclipse.esmf.metamodel.visitor with parameters of type ScalarValueModifier and TypeMethodDescriptiondefault TAspectVisitor.visitScalarValue(ScalarValue value, C context)