Package | Description |
---|---|
ptolemy.actor.util |
Actor utilities.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
Modifier and Type | Method and Description |
---|---|
static ConstVariableModelAnalysis |
ConstVariableModelAnalysis.getAnalysis(NamedObj object)
Return the analysis that is active for the given object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultirateFSMDirector._declareDependency(ConstVariableModelAnalysis analysis,
IOPort port,
java.lang.String name,
java.util.List dependents)
Add a DependencyDeclaration (with the name
"_MultirateFSMRateDependencyDeclaration") to the variable with the
given name in the given port that declares the variable is dependent
on the given list of variables.
|
protected void |
MultirateFSMDirector._declareReconfigurationDependencyForRefinementRateVariables(ConstVariableModelAnalysis analysis,
IOPort port,
java.lang.String parameterName)
Declare the reconfiguration dependency in the given analysis
associated with the parameter name of the given port.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSDFScheduler._declareDependency(ConstVariableModelAnalysis analysis,
Port port,
java.lang.String name,
java.util.List dependents)
Add a DependencyDeclaration (with the name
"_SDFRateDependencyDeclaration") to the variable with the given
name in the given port that declares the variable is dependent
on the given list of variables.
|