, including all inherited members.
addVal(double v) | m2m.backend.structure.SimpleVariable | |
copy(Function newFunc) | m2m.backend.structure.SimpleVariable | [virtual] |
copyTo(Element e, Function newFunc) | m2m.backend.structure.Element | [protected] |
Element() | m2m.backend.structure.Element | |
findElement(String name) | m2m.backend.structure.Element | |
getCost() | m2m.backend.structure.SimpleVariable | |
getElement(org.w3c.dom.Element el, Function newFunc) | m2m.backend.structure.Element | |
getInputLoopVariable() | m2m.backend.structure.SimpleVariable | |
getMonitor() | m2m.backend.structure.Element | |
getMultiCost() | m2m.backend.structure.SimpleVariable | |
getName() | m2m.backend.structure.Element | |
getOutputLoopVariable() | m2m.backend.structure.SimpleVariable | |
getSimpleFifo() | m2m.backend.structure.SimpleVariable | |
getSimpleFifoCost() | m2m.backend.structure.SimpleVariable | |
getSize() | m2m.backend.structure.SimpleVariable | [virtual] |
getType() | m2m.backend.structure.SimpleVariable | [virtual] |
getVal() | m2m.backend.structure.SimpleVariable | [virtual] |
getVal(int pos) | m2m.backend.structure.SimpleVariable | |
getValues() | m2m.backend.structure.SimpleVariable | |
getVariableDependencies() | m2m.backend.structure.SimpleVariable | |
getVariableMap() | m2m.backend.structure.SimpleVariable | |
getXmlTagName() | m2m.backend.structure.SimpleVariable | [virtual] |
insideFromXml(org.w3c.dom.Element el, Function newFunc) | m2m.backend.structure.SimpleVariable | |
insideToXml(org.w3c.dom.Element el, Document dom, boolean shortRef) | m2m.backend.structure.SimpleVariable | |
m2m::backend::structure::Variable.insideToXml(org.w3c.dom.Element el, org.w3c.dom.Document dom, boolean shortRef) | m2m.backend.structure.Element | |
modifyNumType(BuildingBlock.NumType type) | m2m.backend.structure.Element | |
monitor | m2m.backend.structure.Element | [protected] |
name | m2m.backend.structure.Element | [protected] |
setCost(int cost) | m2m.backend.structure.SimpleVariable | |
setInputLoopVariable(SimpleVariable var) | m2m.backend.structure.SimpleVariable | |
setMonitor(boolean monitor, StructTreatment struct) | m2m.backend.structure.Element | |
setName(String n) | m2m.backend.structure.Element | |
setOutputLoopVariable(SimpleVariable var) | m2m.backend.structure.SimpleVariable | |
setSimpleFifo(boolean value) | m2m.backend.structure.SimpleVariable | |
setSimpleFifoCost(int value) | m2m.backend.structure.SimpleVariable | |
setSize(int n) | m2m.backend.structure.SimpleVariable | |
setType(String t) | m2m.backend.structure.SimpleVariable | [virtual] |
setVal(double v) | m2m.backend.structure.SimpleVariable | [virtual] |
setVal(ArrayList< Double > v) | m2m.backend.structure.SimpleVariable | |
SimpleVariable() | m2m.backend.structure.SimpleVariable | |
SimpleVariable(String n) | m2m.backend.structure.SimpleVariable | |
SimpleVariable(double v) | m2m.backend.structure.SimpleVariable | |
SimpleVariable(ArrayList< Double > v) | m2m.backend.structure.SimpleVariable | |
SimpleVariable(String n, double v) | m2m.backend.structure.SimpleVariable | |
SimpleVariable(SimpleVariable var) | m2m.backend.structure.SimpleVariable | |
SimpleVariable(String n, double v, String t) | m2m.backend.structure.SimpleVariable | |
SimpleVariable(String n, ArrayList< Double > v, String t) | m2m.backend.structure.SimpleVariable | |
tab(int nb) | m2m.backend.structure.Element | [protected] |
toOctave(int level) | m2m.backend.structure.Element | |
toSchematic(int level, String prefix, String boxFormat, String color) | m2m.backend.structure.SimpleVariable | |
toString(int level) | m2m.backend.structure.SimpleVariable | |
toXml(org.w3c.dom.Document dom, boolean shortRef) | m2m.backend.structure.Element | |