public abstract class CommandMultilines<S extends Diagram> extends Object implements Command<S>
Constructor and Description |
---|
CommandMultilines(String patternStart) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionIfCommandValid() |
String[] |
getDescription() |
abstract String |
getPatternEnd() |
protected Pattern |
getStartingPattern() |
protected boolean |
isCommandForbidden() |
CommandControl |
isValid(BlocLines lines) |
public CommandMultilines(String patternStart)
public abstract String getPatternEnd()
public String[] getDescription()
getDescription
in interface Command<S extends Diagram>
public final CommandControl isValid(BlocLines lines)
protected boolean isCommandForbidden()
protected void actionIfCommandValid()
protected final Pattern getStartingPattern()
Copyright © 2016. All Rights Reserved.