HEADER

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)
           

Method Summary
 booleanget_property()
           
 doubleget_t0()
           
 doubleget_tf()
           
 double[]get_times()
           
 intget_timesLength()
           
 double[]getRestrictedTimes(double a, double b)
           

Constructor Detail

Span

public Span(double a, double b)

Span

public Span(double a, double b, double inc)

Span

public Span(double[] times)
Method Detail

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)

FOOTER

BOTTOM