checkCopy
public java.lang.String checkCopy(java.lang.String momlToBeChecked,
NamedObj container,
boolean hideVariables)
throws IllegalActionException
Check for problems in the moml to be copied. If there are
missing variable references, search for the variables and
return MoML definitions for any found variables.
- Parameters:
momlToBeChecked
- The MoML string to be checked.
container
- The container in which the string is to be checked.
hideVariables
- If true, add MoML that will make all the found
variables hidden from the user interface when they are copied.
- Returns:
- MoML to be inserted before the momlToBeChecked
- Throws:
IllegalActionException
- If there is a problem parsing
the string, or validating a variable.