Class: OpenEHR::AM::Archetype::ConstraintModel::CDomainType

Inherits:
CDefinedObject show all
Defined in:
lib/openehr/am/archetype/constraint_model.rb

Instance Attribute Summary

Attributes inherited from CDefinedObject

#assumed_value

Attributes inherited from CObject

#node_id, #occurrences, #rm_type_name

Attributes inherited from ArchetypeConstraint

#parent, #path

Instance Method Summary collapse

Methods inherited from CDefinedObject

#any_allowed?, #default_value, #has_assumed_value?, #initialize, #valid_value?

Methods inherited from CObject

#initialize, #path

Methods inherited from ArchetypeConstraint

#congruent?, #has_path?, #initialize, #node_conforms_to?

Constructor Details

This class inherits a constructor from OpenEHR::AM::Archetype::ConstraintModel::CDefinedObject

Instance Method Details

#standard_equivalentObject

Raises:

  • (NotImplementedError)


261
262
263
# File 'lib/openehr/am/archetype/constraint_model.rb', line 261

def standard_equivalent
  raise NotImplementedError, 'subclass should be defined'
end