All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.mif.MIFList
java.lang.Object
|
+----sics.agentbase.mif.MIFValue
|
+----sics.agentbase.mif.MIFComposite
|
+----sics.agentbase.mif.MIFList
- public class MIFList
- extends MIFComposite
-
MIFList(MIFType)
-
-
clone()
-
-
getType()
-
-
intersect(MIFValue)
-
-
matches(MIFValue)
- Basic match between simple types (must be overridden in
more complex types)
-
toString()
-
-
typeCheck(MIFType)
-
MIFList
public MIFList(MIFType mifType)
getType
public int getType()
- Overrides:
- getType in class MIFValue
typeCheck
public boolean typeCheck(MIFType type)
- Overrides:
- typeCheck in class MIFValue
intersect
public MIFValue intersect(MIFValue v)
- Overrides:
- intersect in class MIFValue
matches
public boolean matches(MIFValue v)
- Basic match between simple types (must be overridden in
more complex types)
- Overrides:
- matches in class MIFValue
toString
public String toString()
- Overrides:
- toString in class Object
clone
public synchronized Object clone() throws CloneNotSupportedException
- Overrides:
- clone in class MIFValue
All Packages Class Hierarchy This Package Previous Next Index