Class: Cassowary::ObjectiveVariable

Inherits:
AbstractVariable show all
Defined in:
lib/variables/objective_variable.rb

Instance Attribute Summary

Attributes inherited from AbstractVariable

#name

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

Returns:

  • (Boolean)


5
6
7
# File 'lib/variables/objective_variable.rb', line 5

def external?
  false
end

#pivotable?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/variables/objective_variable.rb', line 9

def pivotable?
  false
end

#restricted?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/variables/objective_variable.rb', line 13

def restricted?
  false
end