Class: Archimate::DataModel::Relationships::AndJunction
- Inherits:
-
Archimate::DataModel::Relationship
- Object
- Archimate::DataModel::Relationship
- Archimate::DataModel::Relationships::AndJunction
- Defined in:
- lib/archimate/data_model/relationships.rb
Overview
Junction is a relationship connector
-
All relationships connected with relationship connectors must be of the same type
Constant Summary collapse
- NAME =
"AndJunction"
- DESCRIPTION =
"A junction is used to connect relationships of the same type."
- WEIGHT =
0
- CLASSIFICATION =
:other
- VERB =
"and junction to"
- OBJECT_VERB =
"and junction from"
Instance Attribute Summary
Attributes inherited from Archimate::DataModel::Relationship
#access_type, #derived, #documentation, #id, #name, #properties, #source, #target
Instance Method Summary collapse
-
#initialize(args) ⇒ AndJunction
constructor
A new instance of AndJunction.
Methods inherited from Archimate::DataModel::Relationship
#classification, #description, #diagrams, #merge, #replace, #replace_item_with, #to_s, #type, #verb, #weight
Methods included from Archimate::DataModel::Referenceable
#add_reference, #destroy, #model, #references, #remove_reference, #replace_item_with, #replace_with
Methods included from Comparison
#==, #[], #dig, #each, #hash, included, #inspect, #pretty_print, #to_h
Constructor Details
#initialize(args) ⇒ AndJunction
Returns a new instance of AndJunction.
176 177 178 |
# File 'lib/archimate/data_model/relationships.rb', line 176 def initialize(args) super end |