Public Member Functions | |
EGNode (DataFlowStar *, int n=1) | |
int | alreadyVisited () |
void | beingVisited () |
void | claimSticky () |
void | deleteInvocChain () |
EGNode * | getInvocation (int) |
EGNode * | getNextInvoc () |
int | invocationNumber () |
EGGate * | makeArc (EGNode *dest, int samples, int delay) |
DataFlowStar * | myMaster () |
StringList | printMe () |
StringList | printShort () |
void | resetVisit () |
int | root () |
void | setInvocationNumber (int i) |
void | setNextInvoc (EGNode *n) |
int | sticky () |
Public Attributes | |
EGGateList | ancestors |
EGGateList | descendants |
EGGateList | hiddenGates |