Class: Archimate::DataModel::Relationships::Serving

Inherits:
Archimate::DataModel::Relationship show all
Defined in:
lib/archimate/data_model/relationships.rb

Constant Summary collapse

NAME =
"Serving"
DESCRIPTION =
"The serving relationship models that an element provides its functionality to another element. I.e. the element pointed to calls the other element."
WEIGHT =
6
CLASSIFICATION =
:dependency
VERB =
"serves"
OBJECT_VERB =
"served by"

Instance Attribute Summary

Attributes inherited from Archimate::DataModel::Relationship

#access_type, #derived, #documentation, #id, #name, #properties, #source, #target

Instance Method Summary collapse

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) ⇒ Serving

Returns a new instance of Serving.



83
84
85
# File 'lib/archimate/data_model/relationships.rb', line 83

def initialize(args)
  super
end