Package org.ejml.equation
Class Variable
- java.lang.Object
-
- org.ejml.equation.Variable
-
- Direct Known Subclasses:
VariableIntegerSequence,VariableMatrix,VariableScalar
public class Variable extends java.lang.ObjectInstance of a variable created at compile time. This base class only specifies the type of variable which it is.
-
-
Field Summary
Fields Modifier and Type Field Description VariableTypetype
-
Constructor Summary
Constructors Modifier Constructor Description protectedVariable(VariableType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableTypegetType()java.lang.StringtoString()
-
-
-
Field Detail
-
type
public VariableType type
-
-
Constructor Detail
-
Variable
protected Variable(VariableType type)
-
-
Method Detail
-
getType
public VariableType getType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-