Abstract parent type of C_OBJECT subtypes that are defined by value, i.e. whose
definitions are actually in the archetype rather than being by reference.
Declaration :
Directly inherited by : C_COMPLEX_OBJECT C_DOMAIN_TYPE C_PRIMITIVE_OBJECT
Artifact : C_DEFINED_OBJECT
Attribut assumed_value |
Value to be assumed if none sent in data.
Declaration :
Operation default_value |
Generate a default value from this constraint object.
Declaration :
Operation any_allowed |
True if any value (i.e. instance) of the reference model type would be allowed.
Redefined in descendants.
Declaration :
Operation has_assumed_value |
True if there is an assumed value.
Declaration :
Operation valid_value |
True if a_value is valid with respect to constraint expressed in concrete instance of this
type.
Declaration :
All public operations : any_allowed , default_value , has_assumed_value , has_path , is_subset_of , is_valid , path , valid_value