biouml.plugins.simulation
Class Span
- public class Span
| Constructor Summary |
Span(double a, double b) |
Span(double a, double b, double inc) |
Span(double[] times) |
Span
public Span(double a, double b)
Span
public Span(double a, double b, double inc)
Span
public Span(double[] times)
get_property
public boolean get_property()
get_t0
public double get_t0()
get_tf
public double get_tf()
get_times
public double[] get_times()
get_timesLength
public int get_timesLength()
getRestrictedTimes
public double[] getRestrictedTimes(double a, double b)
BOTTOM