All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.mif.MIFSet
java.lang.Object
|
+----sics.agentbase.mif.MIFValue
|
+----sics.agentbase.mif.MIFComposite
|
+----sics.agentbase.mif.MIFSet
- public class MIFSet
- extends MIFComposite
-
MIFSet(MIFType)
-
-
clone()
-
-
getType()
-
-
intersect(MIFValue)
- Basic intersection between simple types (must be overridden in
more complex types)
-
matches(MIFValue)
- Basic match between simple types (must be overridden in
more complex types)
-
parseNode(ASTSNode)
-
-
setType(int)
-
-
toString()
-
-
typeCheck(MIFType)
-
-
typeCheck(MIFValue)
-
MIFSet
public MIFSet(MIFType mifType)
getType
public int getType()
- Overrides:
- getType in class MIFValue
setType
public void setType(int type)
typeCheck
public boolean typeCheck(MIFValue value)
- Overrides:
- typeCheck in class MIFComposite
typeCheck
public boolean typeCheck(MIFType type)
- Overrides:
- typeCheck in class MIFValue
parseNode
public void parseNode(ASTSNode node) throws IOException
- Overrides:
- parseNode in class MIFValue
intersect
public MIFValue intersect(MIFValue v)
- Basic intersection between simple types (must be overridden in
more complex types)
- 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