|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simulator.math.odes.MultiTable.Block.Column
public class MultiTable.Block.Column
A column of the MultiTable.Block matrix.
| Method Summary | |
|---|---|
String |
getColumnName()
Returns the human-readable name for this column if there is any, otherwise this will return the same value as getId(). |
String |
getId()
Delivers the MultiTable.Block.Column identifier of this particular column. |
String |
getName()
|
int |
getRowCount()
Gives the number of rows in this MultiTable.Block.Column. |
double |
getValue(int rowIndex)
Access to the given row in this column. |
Iterator<Double> |
iterator()
|
void |
setValue(double doubleValue,
int rowIndex)
Change the entry at the given row in this MultiTable.Block.Column. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getColumnName()
getId().
public String getId()
MultiTable.Block.Column identifier of this particular column.
String that identifies this MultiTable.Block.Column.public String getName()
public int getRowCount()
MultiTable.Block.Column.
public double getValue(int rowIndex)
rowIndex -
public Iterator<Double> iterator()
iterator in interface Iterable<Double>
public void setValue(double doubleValue,
int rowIndex)
MultiTable.Block.Column.
rowIndex - The row where to changedoubleValue - The new value.public String toString()
toString in class Object
|
Generated at April 19 2013 Version 1.3 Revision 424 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||