545556575859606162
public SimpleSequence(final String type, final CommandName name, final int commandId) { _type = type; _name = name; _commandId = commandId; if (type.equals("A100")) _sequencer = new A100Sequencer(this); else _sequencer = null; }