biouml.plugins.simulation
Class Span

java.lang.Object
  extended bybiouml.plugins.simulation.Span

public class Span
extends java.lang.Object


Constructor Summary
Span(double[] times)
           
Span(double a, double b)
           
Span(double a, double b, double inc)
           
 
Method Summary
 boolean get_property()
           
 double get_t0()
           
 double get_tf()
           
 double[] get_times()
           
 int get_timesLength()
           
 double[] getRestrictedTimes(double a, double b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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_t0

public double get_t0()

get_tf

public double get_tf()

get_times

public double[] get_times()

get_timesLength

public int get_timesLength()

get_property

public boolean get_property()

getRestrictedTimes

public double[] getRestrictedTimes(double a,
                                   double b)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.