Class GeographicalCoordinatesSelectionModel

All Implemented Interfaces:
IAttribute<IBmObject,org.eclipse.emf.ecore.EStructuralFeature>, IEditableModel, IEmfAttribute<IBmObject>, IModel, IEmfValueAttribute<Double,IBmObject>, IValue<Double>, IValidable, IModelApiAwareModel, IGeographicalCoordinatesSelectionModel

public class GeographicalCoordinatesSelectionModel extends BmValue<Double> implements IGeographicalCoordinatesSelectionModel
The default implementtaion of IGeographicalCoordinatesSelectionModel.
  • Constructor Details

    • GeographicalCoordinatesSelectionModel

      public GeographicalCoordinatesSelectionModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, double minValue, double maxValue)
      Constructor.
      Parameters:
      object - the context object, cannot be null
      feature - the context object feature, cannot be null
      minValue - the minimum allowed coordinates value
      maxValue - the maximum allowed coordinates value
  • Method Details