|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.domains.ddf.kernel.DDFDirector.ActorInfo
private static class DDFDirector.ActorInfo
This private class is data structure for recording an actor's information during the execution.
Field Summary | |
---|---|
int |
maximumNumberOfTokens
This field records the maximum number of tokens on the actor's output channels which satisfy the demand of destination actors. |
int |
numberOfFirings
This field records the number of firings of the actor. |
int |
requiredFiringsPerIteration
This field records the actor's required number of firings per iteration of the model the actor is in. |
ActorEnablingStatus |
status
This field records the enabling status of the actor. |
Constructor Summary | |
---|---|
private |
DDFDirector.ActorInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ActorEnablingStatus status
public int numberOfFirings
public int maximumNumberOfTokens
public int requiredFiringsPerIteration
Constructor Detail |
---|
private DDFDirector.ActorInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |