Class: Edoxen::DecisionRelation
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::DecisionRelation
- Defined in:
- lib/edoxen/decision_relation.rb,
sig/edoxen.rbs
Overview
Directed relation between two decisions, identified by their StructuredIdentifier (prefix + number).
Instance Attribute Summary collapse
-
#destination ⇒ StructuredIdentifier?
readonly
Returns the value of attribute destination.
-
#source ⇒ StructuredIdentifier?
readonly
Returns the value of attribute source.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Instance Attribute Details
#destination ⇒ StructuredIdentifier? (readonly)
Returns the value of attribute destination.
128 129 130 |
# File 'sig/edoxen.rbs', line 128 def destination @destination end |
#source ⇒ StructuredIdentifier? (readonly)
Returns the value of attribute source.
127 128 129 |
# File 'sig/edoxen.rbs', line 127 def source @source end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
129 130 131 |
# File 'sig/edoxen.rbs', line 129 def type @type end |