|
MATSIM
|
Public Member Functions | |
| final void | setValue (final double value) |
| final String | getFromLocation () |
| final String | getToLocation () |
| final double | getValue () |
| final String | toString () |
Protected Member Functions | |
| Entry (final String f_loc, final String t_loc, final double value) | |
Private Attributes | |
| final String | f_loc |
| final String | t_loc |
| double | value |
Definition at line 23 of file Entry.java.
|
protected |
Definition at line 37 of file Entry.java.
| final void org.matsim.matrices.Entry.setValue | ( | final double | value | ) |
Definition at line 53 of file Entry.java.
References org.matsim.matrices.Entry.value.
Referenced by org.matsim.matrices.Matrix.setEntry().
| final String org.matsim.matrices.Entry.getFromLocation | ( | ) |
| final String org.matsim.matrices.Entry.getToLocation | ( | ) |
Definition at line 65 of file Entry.java.
References org.matsim.matrices.Entry.t_loc.
Referenced by org.matsim.matrices.Matrix.getEntry().
| final double org.matsim.matrices.Entry.getValue | ( | ) |
Definition at line 69 of file Entry.java.
References org.matsim.matrices.Entry.value.
Referenced by org.matsim.visum.VisumMatrixWriter.writeFile().
| final String org.matsim.matrices.Entry.toString | ( | ) |
Definition at line 78 of file Entry.java.
|
private |
Definition at line 29 of file Entry.java.
Referenced by org.matsim.matrices.Entry.getFromLocation().
|
private |
Definition at line 30 of file Entry.java.
Referenced by org.matsim.matrices.Entry.getToLocation().
|
private |
Definition at line 31 of file Entry.java.
Referenced by org.matsim.matrices.Entry.getValue(), and org.matsim.matrices.Entry.setValue().
1.8.13