All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.mif.MIFFloat
java.lang.Object
|
+----sics.agentbase.mif.MIFValue
|
+----sics.agentbase.mif.MIFNumeric
|
+----sics.agentbase.mif.MIFFloat
- public class MIFFloat
- extends MIFNumeric
-
MIFFloat()
-
-
MIFFloat(float)
-
-
MIFFloat(int)
-
-
MIFFloat(MIFType)
-
-
MIFFloat(MIFType, float)
-
-
MIFFloat(MIFType, int)
-
-
MIFFloat(MIFType, String)
-
-
MIFFloat(String)
-
-
floatValue()
-
-
getType()
-
-
intValue()
-
-
setValue(float)
-
-
setValue(int)
-
-
setValue(String)
-
-
stringValue()
-
-
toString()
-
-
typeCheck(float)
-
-
valueOf(String)
-
MIFFloat
public MIFFloat()
MIFFloat
public MIFFloat(MIFType mtype)
MIFFloat
public MIFFloat(int v)
MIFFloat
public MIFFloat(float v)
MIFFloat
public MIFFloat(String s)
MIFFloat
public MIFFloat(MIFType mtype,
float v)
MIFFloat
public MIFFloat(MIFType mtype,
int v)
MIFFloat
public MIFFloat(MIFType mtype,
String s)
getType
public int getType()
- Overrides:
- getType in class MIFValue
floatValue
public float floatValue()
- Overrides:
- floatValue in class MIFNumeric
intValue
public int intValue()
- Overrides:
- intValue in class MIFNumeric
stringValue
public String stringValue()
- Overrides:
- stringValue in class MIFNumeric
setValue
public void setValue(float v)
- Overrides:
- setValue in class MIFValue
setValue
public void setValue(int v)
- Overrides:
- setValue in class MIFValue
setValue
public void setValue(String s)
- Overrides:
- setValue in class MIFValue
valueOf
public static float valueOf(String s)
typeCheck
public boolean typeCheck(float v)
- Overrides:
- typeCheck in class MIFValue
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index