All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.mif.MIFString
java.lang.Object
|
+----sics.agentbase.mif.MIFValue
|
+----sics.agentbase.mif.MIFString
- public class MIFString
- extends MIFValue
-
MIFString()
-
-
MIFString(MIFType)
-
-
MIFString(MIFType, String)
-
-
MIFString(String)
-
-
clone()
-
-
equals(Object)
-
-
getComplexity()
-
-
getType()
-
-
setValue(String)
-
-
stringValue()
-
-
toString()
-
-
typeCheck(MIFType)
-
-
typeCheck(MIFValue)
-
-
typeCheck(String)
-
-
validType(MIFType)
-
MIFString
public MIFString()
MIFString
public MIFString(MIFType mtype)
MIFString
public MIFString(String s)
MIFString
public MIFString(MIFType mtype,
String s)
getType
public int getType()
- Overrides:
- getType in class MIFValue
stringValue
public String stringValue()
- Overrides:
- stringValue in class MIFValue
getComplexity
public int getComplexity()
- Overrides:
- getComplexity in class MIFValue
setValue
public void setValue(String s)
- Overrides:
- setValue in class MIFValue
validType
public boolean validType(MIFType mtype)
- Overrides:
- validType in class MIFValue
typeCheck
public boolean typeCheck(String s)
- Overrides:
- typeCheck in class MIFValue
typeCheck
public boolean typeCheck(MIFValue v)
- Overrides:
- typeCheck in class MIFValue
typeCheck
public boolean typeCheck(MIFType mtype)
- Overrides:
- typeCheck in class MIFValue
equals
public boolean equals(Object obj)
- Overrides:
- equals in class Object
clone
public Object clone()
- Overrides:
- clone in class MIFValue
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index