Class: FlowCore::EndPlace
- Inherits:
-
Place
- Object
- ActiveRecord::Base
- ApplicationRecord
- Place
- FlowCore::EndPlace
- Defined in:
- app/models/flow_core/end_place.rb
Constant Summary
Constants inherited from Place
Instance Method Summary collapse
Methods inherited from Place
#can_destroy?, #input_or_join?, #input_sequence?, #output_implicit_or_split?, #output_sequence?, #start?
Instance Method Details
#end? ⇒ Boolean
13 14 15 |
# File 'app/models/flow_core/end_place.rb', line 13 def end? true end |