fr.inria.oadymppac.parsing.gentra4cp.event.attributes
Interface RealRangeAttributes


public interface RealRangeAttributes

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static double REAL_FROM_NONE
           
static double REAL_TO_NONE
           
 
Method Summary
 double getFrom()
           
 double getTo()
           
 void setFrom(double from)
           
 void setTo(double to)
           
 

Field Detail

REAL_FROM_NONE

public static final double REAL_FROM_NONE
See Also:
Constant Field Values

REAL_TO_NONE

public static final double REAL_TO_NONE
See Also:
Constant Field Values
Method Detail

getFrom

public double getFrom()

setFrom

public void setFrom(double from)

getTo

public double getTo()

setTo

public void setTo(double to)