Package net.sourceforge.plantuml.command
Interface Command<D extends Diagram>
-
- All Known Implementing Classes:
CommandActivate,CommandActivate2,CommandActivity3,CommandActivityLegacy1,CommandActivityLong3,CommandAddData,CommandAddField,CommandAddLevel,CommandAddMethod,CommandAffineTransform,CommandAffineTransformMultiline,CommandAllowMixing,CommandArchimate,CommandArchimateMultilines,CommandArrow,CommandArrow3,CommandArrowLong3,CommandAtPlayer,CommandAtTime,CommandAutoactivate,CommandAutoNewpage,CommandAutonumber,CommandAutonumberIncrement,CommandAutonumberResume,CommandAutonumberStop,CommandBackward3,CommandBoxEnd,CommandBoxStart,CommandBreak,CommandCaption,CommandChangeStateByPlayerCode,CommandChangeStateByTime,CommandCircleSpot3,CommandComment,CommandComment,CommandConcurrentState,CommandConstraint,CommandCreateBlock,CommandCreateClass,CommandCreateClassMultilines,CommandCreateDomain,CommandCreateElementFull,CommandCreateElementFull2,CommandCreateElementMultilines,CommandCreateEntityObject,CommandCreateEntityObjectMultilines,CommandCreatePackageBlock,CommandCreatePackageState,CommandCreatePostIt,CommandCreateState,CommandDeactivateShort,CommandDecoratorMultine,CommandDefineStateLong,CommandDefineStateShort,CommandDelay,CommandDiamondAssociation,CommandDivider,CommandDockedEvent,CommandElement,CommandElse,CommandElse3,CommandElseBranch,CommandElseIf2,CommandElseLegacy1,CommandEmpty,CommandEnd3,CommandEndBranch,CommandEndif,CommandEndif3,CommandEndPackage,CommandEndPackageBlock,CommandEndPartition,CommandEndPartition3,CommandEndSomething,CommandEndState,CommandExoArrowLeft,CommandExoArrowRight,CommandFootbox,CommandFootboxIgnored,CommandFootboxOld,CommandFooter,CommandFork3,CommandForkAgain3,CommandForkEnd3,CommandGanttArrow,CommandGanttArrow2,CommandGoto,CommandGoto,CommandGroup,CommandGroup3,CommandGroupEnd3,CommandGrouping,CommandHeader,CommandHideEmptyDescription,CommandHideShow2,CommandHideShowByGender,CommandHideShowByVisibility,CommandHideShowSpecificClass,CommandHideShowSpecificStereotype,CommandHideUnlinked,CommandHSpace,CommandIf,CommandIf2,CommandIf4,CommandIfLegacy1,CommandIgnoreNewpage,CommandImport,CommandInnerConcurrent,CommandKill3,CommandLabel,CommandLayoutNewLine,CommandLifeLine,CommandLineSimple,CommandLink,CommandLink,CommandLink3,CommandLinkActivity,CommandLinkAnchor,CommandLinkBlock,CommandLinkClass,CommandLinkElement,CommandLinkLollipop,CommandLinkLongActivity,CommandLinkState,CommandMainframe,CommandMerge,CommandMinwidth,CommandMultilines,CommandMultilines2,CommandMultilines3,CommandMultilinesBracket,CommandMultilinesComment,CommandMultilinesFooter,CommandMultilinesHeader,CommandMultilinesLegend,CommandMultilinesTitle,CommandNamespace,CommandNamespaceSeparator,CommandNamespaceSeparator,CommandNetwork,CommandNewBranch,CommandNewpage,CommandNewpage,CommandNolink,CommandNope,CommandNote,CommandNote3,CommandNoteLong,CommandNoteLong3,CommandNwDiagInit,CommandPackage,CommandPackageEmpty,CommandPackageWithUSymbol,CommandPage,CommandPage,CommandParticipant,CommandParticipantA,CommandParticipantA2,CommandParticipantA3,CommandParticipantA4,CommandPartition,CommandPartition3,CommandPragma,CommandProperty,CommandRankDir,CommandReferenceMultilinesOverSeveral,CommandReferenceOverSeveral,CommandRemoveRestore,CommandRepeat3,CommandRepeatWhile3,CommandRepeatWhile3Multilines,CommandResume,CommandReturn,CommandRotate,CommandScale,CommandScaleMaxHeight,CommandScaleMaxWidth,CommandScaleMaxWidthAndHeight,CommandScalePixel,CommandScaleWidthAndHeight,CommandScaleWidthOrHeight,CommandSeparator,CommandSkin,CommandSkinParam,CommandSkinParamMultilines,CommandSplit3,CommandSplitAgain3,CommandSplitEnd3,CommandSpriteFile,CommandStart3,CommandStereotype,CommandStop3,CommandSwimlane,CommandSwimlane2,CommandTimeMessage,CommandTitle,CommandUrl,CommandUrl,CommandWhile3,CommandWhileEnd3,CommandWidth,NaturalCommand,NaturalCommandAnd,NaturalCommandAndAnd,ProtectedCommand,SingleLineCommand,SingleLineCommand2
public interface Command<D extends Diagram>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandExecutionResultexecute(D diagram, BlocLines lines)java.lang.String[]getDescription()CommandControlisValid(BlocLines lines)
-
-
-
Method Detail
-
execute
CommandExecutionResult execute(D diagram, BlocLines lines)
-
isValid
CommandControl isValid(BlocLines lines)
-
getDescription
java.lang.String[] getDescription()
-
-