Interface SingleMultiFactoryCommand<D extends Diagram>
-
- All Known Implementing Classes:
FactoryNoteActivityCommand
,FactoryNoteCommand
,FactoryNoteOnEntityCommand
,FactoryNoteOnLinkCommand
,FactorySequenceNoteCommand
,FactorySequenceNoteOnArrowCommand
,FactorySequenceNoteOverSeveralCommand
,FactorySpriteCommand
,FactoryTipOnEntityCommand
public interface SingleMultiFactoryCommand<D extends Diagram>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Command<D>
createMultiLine(boolean withBracket)
Command<D>
createSingleLine()
-