throws IllegalActionException, NameDuplicationException {
super(container, name);
defaultValue = new Parameter(this, "defaultValue", new IntToken(0));
output.setTypeAtLeast(input);
output.setTypeAtLeast(defaultValue);
new Parameter(input, "signalType", new StringToken("DISCRETE"));
new Parameter(output, "signalType", new StringToken("CONTINUOUS"));
_attachText("_iconDescription", "<svg>\n"
+ "<rect x=\"-30\" y=\"-20\" " + "width=\"60\" height=\"40\" "
+ "style=\"fill:white\"/>\n"
+ "<polyline points=\"-25,10 -15,10 -15,-10 5,-10\"/>\n"