|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.analysis.ObjectSequence
public class ObjectSequence
A source for sequence data from a single object. ObjectSequence is used by SequenceGraph and should not be created by a user under normal circumstances.
uchicago.src.sim.analysis.SequenceGraph| Constructor Summary | |
|---|---|
ObjectSequence(java.lang.Object o,
java.lang.String methodName)
Construct this ObjectSequence using the specified object and specified method name. |
|
| Method Summary | |
|---|---|
double |
getSValue()
Call the method on the object and return the result as a double. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectSequence(java.lang.Object o,
java.lang.String methodName)
the - object on which to call the methodthe - name of the method to call. This method should return a
number (int etc.) or a Number (Integer etc.)| Method Detail |
|---|
public double getSValue()
getSValue in interface Sequence
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||