public interface ExplicitChangeContext extends Nameable
ConstVariableModelAnalysis
Modifier and Type | Method and Description |
---|---|
Entity |
getContext()
Return the change context being made explicit.
|
java.util.List |
getModifiedVariables()
Return a list of variables that this entity modifies.
|
description, getContainer, getDisplayName, getFullName, getName, getName, setName
java.util.List getModifiedVariables() throws IllegalActionException
IllegalActionException
- If the list of modified
variables cannot be returned.Entity getContext() throws IllegalActionException
IllegalActionException
- If the context is not available.