Uses of Interface
org.eclipse.esmf.metamodel.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in org.eclipse.esmf.characteristic
Methods in org.eclipse.esmf.characteristic that return types with arguments of type Unit -
Uses of Unit in org.eclipse.esmf.characteristic.impl
Methods in org.eclipse.esmf.characteristic.impl that return types with arguments of type UnitConstructor parameters in org.eclipse.esmf.characteristic.impl with type arguments of type UnitModifierConstructorDescriptionDefaultDuration(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, Optional<Unit> unit) DefaultMeasurement(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, Optional<Unit> unit) DefaultQuantifiable(MetaModelBaseAttributes metaModelBaseAttributes, Type dataType, Optional<Unit> unit) -
Uses of Unit in org.eclipse.esmf.metamodel
Methods in org.eclipse.esmf.metamodel that return types with arguments of type UnitModifier and TypeMethodDescriptionFinds the unit with a given codeFinds the unit with a given codeReturns the unit with a given nameReturns the unit with a given nameUnits.fromSymbol(String symbol) Finds the units with a given symbol.Units.fromSymbol(String symbol, org.eclipse.esmf.samm.KnownVersion metaModelVersion) Finds the units with a given symbol.Units.unitsWithQuantityKind(QuantityKind quantityKind) Returns all units of a given quantity kindUnits.unitsWithQuantityKind(QuantityKind quantityKind, org.eclipse.esmf.samm.KnownVersion metaModelVersion) Returns all units of a given quantity kind -
Uses of Unit in org.eclipse.esmf.metamodel.impl
Classes in org.eclipse.esmf.metamodel.impl that implement Unit -
Uses of Unit in org.eclipse.esmf.metamodel.loader
Methods in org.eclipse.esmf.metamodel.loader that return UnitModifier and TypeMethodDescriptionModelElementFactory.findOrCreateUnit(org.apache.jena.rdf.model.Resource unitResource) -
Uses of Unit in org.eclipse.esmf.metamodel.visitor
Methods in org.eclipse.esmf.metamodel.visitor with parameters of type Unit