|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getColumnName()
Returns the human-readable name for this column if there is any, otherwise this will return the same value as getId(). |
java.lang.String |
getId()
Delivers the MultiTable.Block.Column identifier of this particular column. |
java.lang.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. |
java.util.Iterator<java.lang.Double> |
iterator()
|
void |
setValue(double doubleValue,
int rowIndex)
Change the entry at the given row in this MultiTable.Block.Column. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getColumnName()
getId().
public java.lang.String getId()
MultiTable.Block.Column identifier of this particular column.
String that identifies this MultiTable.Block.Column.public java.lang.String getName()
public int getRowCount()
MultiTable.Block.Column.
public double getValue(int rowIndex)
rowIndex -
public java.util.Iterator<java.lang.Double> iterator()
iterator in interface java.lang.Iterable<java.lang.Double>
public void setValue(double doubleValue,
int rowIndex)
MultiTable.Block.Column.
rowIndex - The row where to changedoubleValue - The new value.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||