Closed GoogleCodeExporter closed 9 years ago
+ class TypedValue --> Done.
+ property TypedValue hasValueType ValueType --> Done.
* make Range subclassOf TypedValue --> Done.
+ class SimpleValue subclassOf TypedValue --> Done.
+ property SimpleValue hasValue Any --> Done.
Use the TypeValue class:
+ property hasTypedValue with range TypedValue and domain the union of the
following
classes: -- done
* MeasurementCapability
* PhysicalProperty
* EnvironmentalToleranceLimit
* remove explict value-related properties for these as they are subclasses of
PhysicalProperty: -->done
* Weight -- done
* Dimension --> done
- remove class MeasurementRange --> done
Rationale: its superclass MeasurementCapability already has a property for the
value
(which can be a Range, but also other possible kind of value).
Original comment by caru...@gmail.com
on 23 May 2010 at 12:36
Original comment by caru...@gmail.com
on 23 May 2010 at 12:46
Original issue reported on code.google.com by
caru...@gmail.com
on 21 May 2010 at 12:50