Class: ActiveFacts::Metamodel::Scoping
- Defined in:
- lib/activefacts/metamodel/metamodel.rb,
lib/activefacts/metamodel/extensions.rb
Constant Summary
Constants inherited from Component
Component::RANK_DISCRIMINATOR, Component::RANK_FOREIGN, Component::RANK_IDENT, Component::RANK_INDICATOR, Component::RANK_INJECTION, Component::RANK_MANDATORY, Component::RANK_MULTIPLE, Component::RANK_NON_MANDATORY, Component::RANK_SCOPING, Component::RANK_SUBTYPE, Component::RANK_SUPER, Component::RANK_SURROGATE, Component::RANK_VALUE
Instance Method Summary collapse
Methods inherited from Mapping
#all_leaf, #inspect, #inspect_reason, #is_auto_assigned, #is_mandatory, #is_partitioned_here, #is_type_inheritance, #re_rank, #root, #show_trace, #validate_members, #validate_reverse
Methods inherited from Component
#all_role, #comment, #data_type, #depth, #fork_to_new_parent, #in_foreign_key, #in_natural_index, #in_primary_index, #inspect, #is_auto_assigned, #is_in_primary, #is_mandatory, #leaves, #narrow_value_constraint, #parent_entity_type, #path, #primary_index_components, #rank_key, #rank_kind, #rank_path, #root, #show_trace, #uncache_rank_key
Instance Method Details
#path_mandatory ⇒ Object
2252 2253 2254 |
# File 'lib/activefacts/metamodel/extensions.rb', line 2252 def path_mandatory parent.path_mandatory end |