muskel
Class MdfiPool
java.lang.Object
muskel.MdfiPool
public class MdfiPool
- extends java.lang.Object
this is used to store Mdfi from graphs.
|
Field Summary |
boolean |
debug
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
debug
public final boolean debug
- See Also:
- Constant Field Values
MdfiPool
public MdfiPool()
insert
public void insert(Mdfi instruction)
insert
public void insert(MdfGraph graph)
extract
public Mdfi extract(InstructionTag tag)
extract
public Mdfi extract(int i,
int g)
getFireable
public Mdfi getFireable()
putToken
public void putToken(DestToken dt)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object