Math2mat
|
Public Member Functions | |
abstract void | setType (String s) |
abstract String | getType () |
abstract double | getVal () |
abstract int | getSize () |
abstract void | setVal (double val) |
Definition at line 10 of file Variable.java.
abstract int m2m.backend.structure.Variable.getSize | ( | ) | [pure virtual] |
Implemented in m2m.backend.structure.SimpleVariable, and m2m.backend.structure.VectorVariable.
abstract String m2m.backend.structure.Variable.getType | ( | ) | [pure virtual] |
Implemented in m2m.backend.structure.SimpleVariable, and m2m.backend.structure.VectorVariable.
abstract double m2m.backend.structure.Variable.getVal | ( | ) | [pure virtual] |
Implemented in m2m.backend.structure.SimpleVariable, and m2m.backend.structure.VectorVariable.
abstract void m2m.backend.structure.Variable.setType | ( | String | s | ) | [pure virtual] |
Implemented in m2m.backend.structure.SimpleVariable, and m2m.backend.structure.VectorVariable.
abstract void m2m.backend.structure.Variable.setVal | ( | double | val | ) | [pure virtual] |
Implemented in m2m.backend.structure.SimpleVariable, and m2m.backend.structure.VectorVariable.