Package ptolemy.domains.sdf.optimize
Class OptimalScheduleFinder._Actor
- java.lang.Object
-
- ptolemy.domains.sdf.optimize.OptimalScheduleFinder._Actor
-
- Enclosing class:
- OptimalScheduleFinder
protected static class OptimalScheduleFinder._Actor extends java.lang.ObjectA model of an actor. Containing the firing profile, its count in the repetition vector and a number of ports.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected_Actor(java.lang.String name, int repetitionCount, int sharedBuffersNeeded, int exclusiveBuffersNeeded, int sharedExecutionTimeNeeded, int exclusiveExecutionTimeNeeded)Construct an instance of Actor, providing its name, repetition vector count and profile information.
-
-
-
Constructor Detail
-
_Actor
protected _Actor(java.lang.String name, int repetitionCount, int sharedBuffersNeeded, int exclusiveBuffersNeeded, int sharedExecutionTimeNeeded, int exclusiveExecutionTimeNeeded)Construct an instance of Actor, providing its name, repetition vector count and profile information.- Parameters:
name- name for the actorrepetitionCount- repetition vector entry of the actorsharedBuffersNeeded- number of frame buffers needed for shared firingexclusiveBuffersNeeded- number of frame buffers needed for exclusive firingsharedExecutionTimeNeeded- execution time needed for share firingexclusiveExecutionTimeNeeded- execution time needed for exclusive firing
-
-