private void _init() throws IllegalActionException,
NameDuplicationException {
annotation = new StringParameter(this, "annotation");
annotation.setExpression("");
// Add a hint to indicate to the PtolemyQuery class to open with a text style.
Variable variable = new Variable(annotation, "_textHeightHint");
variable.setExpression("5");
variable.setPersistent(false);
guardExpression = new StringAttribute(this, "guardExpression");
// Add a hint to indicate to the PtolemyQuery class to open with a text style.
variable = new Variable(guardExpression, "_textHeightHint");
variable.setExpression("5");
variable.setPersistent(false);
outputActions = new OutputActionsAttribute(this, "outputActions");
// Add a hint to indicate to the PtolemyQuery class to open with a text style.
variable = new Variable(outputActions, "_textHeightHint");
variable.setExpression("5");
variable.setPersistent(false);
setActions = new CommitActionsAttribute(this, "setActions");
// Add a hint to indicate to the PtolemyQuery class to open with a text style.
variable = new Variable(setActions, "_textHeightHint");
variable.setExpression("5");
variable.setPersistent(false);
exitAngle = new Parameter(this, "exitAngle");
exitAngle.setVisibility(Settable.NONE);
exitAngle.setExpression("PI/5.0");
exitAngle.setTypeEquals(BaseType.DOUBLE);