Class: Cassowary::ObjectiveVariable
- Inherits:
-
AbstractVariable
- Object
- AbstractVariable
- Cassowary::ObjectiveVariable
- Defined in:
- lib/variables/objective_variable.rb
Instance Attribute Summary
Attributes inherited from AbstractVariable
Instance Method Summary collapse
Methods inherited from AbstractVariable
#dummy?, #initialize, #inspect
Constructor Details
This class inherits a constructor from Cassowary::AbstractVariable
Instance Method Details
#external? ⇒ Boolean
5 6 7 |
# File 'lib/variables/objective_variable.rb', line 5 def external? false end |
#pivotable? ⇒ Boolean
9 10 11 |
# File 'lib/variables/objective_variable.rb', line 9 def pivotable? false end |
#restricted? ⇒ Boolean
13 14 15 |
# File 'lib/variables/objective_variable.rb', line 13 def restricted? false end |