Class: Miyako::Diagram::Arrow

Inherits:
Struct
  • Object
show all
Defined in:
lib/Miyako/API/diagram.rb

Overview

遷移図矢印構造体

ノードの移動先とトリガー(遷移条件)を収めている。to::移動先ノードのインスタンスtrigger::遷移条件オブジェクトのインスタンス

Instance Attribute Summary collapse

Instance Attribute Details

#toObject

Returns the value of attribute to



31
32
33
# File 'lib/Miyako/API/diagram.rb', line 31

def to
  @to
end

#triggerObject

Returns the value of attribute trigger



31
32
33
# File 'lib/Miyako/API/diagram.rb', line 31

def trigger
  @trigger
end