ClVariable

Undocumented in source.

Constructors

this
this(string name, double value)
Undocumented in source.
this
this(double value)
Undocumented in source.
this
this(long number, string prefix, double value)
Undocumented in source.

Members

Functions

change_value
void change_value(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
isDummy
bool isDummy()
Undocumented in source. Be warned that the author may not have intended to support it.
isExternal
bool isExternal()
Undocumented in source. Be warned that the author may not have intended to support it.
isPivotable
bool isPivotable()
Undocumented in source. Be warned that the author may not have intended to support it.
isRestricted
bool isRestricted()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
ClLinearExpression opBinary(double arg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
ClLinearExpression opBinary(ClVariable arg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
ClLinearExpression opBinaryRight(double arg)
Undocumented in source. Be warned that the author may not have intended to support it.
set_value
void set_value(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
value
double value()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

varMap
ClVariable[string] varMap;
Undocumented in source.

Variables

attachedObject
Object attachedObject;
Undocumented in source.

Inherited Members

From ClAbstractVariable

isDummy
bool isDummy()
Undocumented in source. Be warned that the author may not have intended to support it.
isExternal
bool isExternal()
Undocumented in source.
isPivotable
bool isPivotable()
Undocumented in source.
isRestricted
bool isRestricted()
Undocumented in source.
toString
string toString()
Undocumented in source.
numCreated
int numCreated()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name;
Undocumented in source.

Meta