muskel
Class MdfiPool

java.lang.Object
  extended by muskel.MdfiPool

public class MdfiPool
extends java.lang.Object

this is used to store Mdfi from graphs.


Field Summary
 boolean debug
           
 
Constructor Summary
MdfiPool()
           
 
Method Summary
 Mdfi extract(InstructionTag tag)
           
 Mdfi extract(int i, int g)
           
 Mdfi getFireable()
           
 void insert(MdfGraph graph)
           
 void insert(Mdfi instruction)
           
 void putToken(DestToken dt)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

debug

public final boolean debug
See Also:
Constant Field Values
Constructor Detail

MdfiPool

public MdfiPool()
Method Detail

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