Uses of Class
net.sourceforge.plantuml.command.CommandExecutionResult
Packages that use CommandExecutionResult
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of CommandExecutionResult in net.atmp
Methods in net.atmp that return CommandExecutionResultModifier and TypeMethodDescriptionCucaDiagram.constraintOnLinks(Link link1, Link link2, Display display) final CommandExecutionResultfinal CommandExecutionResultCucaDiagram.gotoGroup(LineLocation location, Quark<Entity> quark, Display display, GroupType type, USymbol usymbol) final CommandExecutionResultCucaDiagram.gotoTogether() -
Uses of CommandExecutionResult in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return CommandExecutionResultModifier and TypeMethodDescriptionAbstractPSystem.executeCommand(Command cmd, BlocLines lines, ParserPass currentPass) NewpagedDiagram.executeCommand(Command cmd, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.activitydiagram.command
Methods in net.sourceforge.plantuml.activitydiagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandElse.executeArg(ActivityDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndif.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndPartition.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandIf.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandInnerConcurrent.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLinkActivity.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPartition.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandElse.executeArg(ActivityDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandEndif.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandEndPartition.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandIf.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandPartition.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLinkLongActivity.executeNow(ActivityDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return CommandExecutionResultModifier and TypeMethodDescriptionBranch.add(Instruction ins) Instruction.add(Instruction other) InstructionBreak.add(Instruction other) InstructionEnd.add(Instruction other) InstructionFork.add(Instruction ins) InstructionGoto.add(Instruction other) InstructionGroup.add(Instruction ins) InstructionIf.add(Instruction ins) InstructionLabel.add(Instruction other) InstructionList.add(Instruction ins) InstructionPartition.add(Instruction other) InstructionRepeat.add(Instruction ins) InstructionSimple.add(Instruction other) InstructionSplit.add(Instruction ins) InstructionSpot.add(Instruction other) InstructionStart.add(Instruction other) InstructionStop.add(Instruction other) InstructionSwitch.add(Instruction ins) InstructionWhile.add(Instruction ins) ActivityDiagram3.addActivity(Display activity, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) ActivityDiagram3.addNote(Display note, NotePosition position, NoteType type, Colors colors, Stereotype stereotype) ActivityDiagram3.backward(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) ActivityDiagram3.else2(LinkRendering whenElse) ActivityDiagram3.elseIf(LinkRendering inlabel, Display test, LinkRendering whenThen, HColor color) ActivityDiagram3.endGroup()ActivityDiagram3.endif()ActivityDiagram3.endSplit()ActivityDiagram3.endSwitch()ActivityDiagram3.forkAgain()final CommandExecutionResultActivityDiagram3.kill()ActivityDiagram3.repeatWhile(Display label, Display yes, Display out, Display linkLabel, Rainbow linkColor) ActivityDiagram3.splitAgain()ActivityDiagram3.switchCase(Display labelCase) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.activitydiagram3.command
Methods in net.sourceforge.plantuml.activitydiagram3.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandActivity3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandActivityLegacy1.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandArrow3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandBackward3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandBreak.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCase.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCircleSpot3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandElse3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandElseIf2.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandElseIf3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandElseLegacy1.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEnd3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndif3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndPartition3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndSwitch.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandFork3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandForkAgain3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandForkEnd3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGoto.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGroupEnd3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandIf2.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandIf4.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandIfLegacy1.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandKill3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLabel.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLink3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNolink.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNote3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPartition3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandRepeat3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandRepeatWhile3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSplit3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSplitAgain3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSplitEnd3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandStart3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandStop3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSwimlane.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSwimlane2.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSwitch.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandWhile3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandWhileEnd3.executeArg(ActivityDiagram3 diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandActivityLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines) protected CommandExecutionResultCommandArrowLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandBackwardLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines) protected CommandExecutionResultCommandNoteLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandRepeatWhile3Multilines.executeNow(ActivityDiagram3 diagram, BlocLines lines) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.board
Methods in net.sourceforge.plantuml.board that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandBoardPlus.executeArg(BoardDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.bpm
Methods in net.sourceforge.plantuml.bpm that return CommandExecutionResultModifier and TypeMethodDescriptionBpmDiagram.elseBranch()BpmDiagram.endBranch()protected CommandExecutionResultCommandDockedEvent.executeArg(BpmDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandElseBranch.executeArg(BpmDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndBranch.executeArg(BpmDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGoto.executeArg(BpmDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMerge.executeArg(BpmDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNewBranch.executeArg(BpmDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandResume.executeArg(BpmDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) BpmDiagram.newBranch() -
Uses of CommandExecutionResult in net.sourceforge.plantuml.cheneer.command
Methods in net.sourceforge.plantuml.cheneer.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandAssociate.executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateAttribute.executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateEntity.executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndGroup.executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMultiSubclass.executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSimpleSubclass.executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.chronology
Methods in net.sourceforge.plantuml.chronology that return CommandExecutionResultModifier and TypeMethodDescriptionChronologyDiagram.changeLanguage(String lang) SentenceHappensChronology.execute(ChronologyDiagram project, Object subject, Object complement) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.classdiagram
Methods in net.sourceforge.plantuml.classdiagram that return CommandExecutionResult -
Uses of CommandExecutionResult in net.sourceforge.plantuml.classdiagram.command
Methods in net.sourceforge.plantuml.classdiagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandAddMethod.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandAllowMixing.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateClass.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateElementFull2.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandDiamondAssociation.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideShow2.executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideShowByGender.executeArg(UmlDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideShowByVisibility.executeArg(UmlDiagram classDiagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideShowSpecificClass.executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLayoutNewLine.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLinkClass.executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLinkLollipop.executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNamespaceSeparator.executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandRemoveRestore.executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandStereotype.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandUrl.executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandHideShow2.executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateClassMultilines.executeNow(ClassDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command that return CommandExecutionResultModifier and TypeMethodDescriptionstatic CommandExecutionResultCommandExecutionResult.badColor()static CommandExecutionResultstatic CommandExecutionResultstatic CommandExecutionResultCommand.execute(D diagram, BlocLines lines, ParserPass currentPass) CommandDecoratorMultine.execute(D diagram, BlocLines lines, ParserPass currentPass) final CommandExecutionResultCommandMultilines2.execute(S system, BlocLines lines, ParserPass currentPass) final CommandExecutionResultCommandMultilines3.execute(S system, BlocLines lines, ParserPass currentPass) CommandMultilinesCaption.execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) CommandMultilinesComment.execute(Diagram diagram, BlocLines lines, ParserPass currentPass) CommandMultilinesFooter.execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) CommandMultilinesHeader.execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) CommandMultilinesTitle.execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) CommandSkinParamMultilines.execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) ProtectedCommand.execute(S system, BlocLines lines, ParserPass currentPass) final CommandExecutionResultSingleLineCommand2.execute(S system, BlocLines lines, ParserPass currentPass) final CommandExecutionResultUBrexCommandMultilines2.execute(S system, BlocLines lines, ParserPass currentPass) final CommandExecutionResultUBrexSingleLineCommand2.execute(S system, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandAssumeTransparent.executeArg(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCaption.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndPackage.executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandFootboxIgnored.executeArg(UmlDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandFooter.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHeader.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLegend.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMainframe.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMinwidth.executeArg(UmlDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNamespace.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNamespace2.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNamespaceEmpty.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNope.executeArg(Diagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPackage.executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPackageEmpty.executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPage.executeArg(AbstractPSystem system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPragma.executeArg(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandRankDir.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandRotate.executeArg(UmlDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandScale.executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandScaleMaxHeight.executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandScaleMaxWidth.executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandScaleMaxWidthAndHeight.executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandScaleWidthAndHeight.executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandScaleWidthOrHeight.executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSkinParam.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSkinParamJaws.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSkinParamJawsOld.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSpriteFile.executeArg(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSpriteStdlib.executeArg(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSpriteStdlibSvg.executeArg(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSpriteSvg.executeArg(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandTitle.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected abstract CommandExecutionResultSingleLineCommand2.executeArg(S system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandFootboxIgnored.executeArg(UmlDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandRankDir.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected abstract CommandExecutionResultUBrexSingleLineCommand2.executeArg(S system, LineLocation location, RegexResult arg, ParserPass currentPass) protected abstract CommandExecutionResultCommandMultilines2.executeNow(S system, BlocLines lines, ParserPass currentPass) protected abstract CommandExecutionResultCommandMultilines3.executeNow(S system, BlocLines lines) protected CommandExecutionResultCommandMultilinesLegend.executeNow(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandSpriteSvgMultiline.executeNow(TitledDiagram system, BlocLines lines, ParserPass currentPass) protected abstract CommandExecutionResultUBrexCommandMultilines2.executeNow(S system, BlocLines lines, ParserPass currentPass) static CommandExecutionResultCommandExecutionResult.newDiagram(AbstractPSystem result) static CommandExecutionResultCommandExecutionResult.ok()CommandExecutionResult.withDiagram(AbstractPSystem newDiagram) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.command.note
Methods in net.sourceforge.plantuml.command.note that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandConstraintOnLinks.executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.compositediagram.command
Methods in net.sourceforge.plantuml.compositediagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandCreateBlock.executeArg(CompositeDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreatePackageBlock.executeArg(CompositeDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndPackageBlock.executeArg(CompositeDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLinkBlock.executeArg(CompositeDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.descdiagram
Methods in net.sourceforge.plantuml.descdiagram that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandCreateDomain.executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandArchimate.executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandArchimatePackage.executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateElementFull.executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateElementParenthesis.executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLinkElement.executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNewpage.executeArg(UmlDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPackageWithUSymbol.executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandTogether.executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandArchimateMultilines.executeNow(AbstractEntityDiagram diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandCreateElementMultilines.executeNow(AbstractEntityDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.ebnf
Methods in net.sourceforge.plantuml.ebnf that return CommandExecutionResultModifier and TypeMethodDescriptionPSystemEbnf.addBlocLines(BlocLines blines, String commentAbove, String commentBelow) protected CommandExecutionResultCommandComment.executeArg(PSystemEbnf diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEBnfSingleLine.executeArg(PSystemEbnf diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultUBrexCommandComment.executeArg(PSystemEbnf diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCommentMultilines.executeNow(PSystemEbnf diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandCommentMultilines2.executeNow(PSystemEbnf diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandEbnfMultilines.executeNow(PSystemEbnf diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandNoteMultilines.executeNow(PSystemEbnf diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultUBrexCommandEbnfMultilines.executeNow(PSystemEbnf diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.flowdiagram
Methods in net.sourceforge.plantuml.flowdiagram that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandLineSimple.executeArg(FlowDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLink.executeArg(FlowDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.help
Methods in net.sourceforge.plantuml.help that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandHelpColor.executeArg(Help diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHelpFont.executeArg(Help diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHelpKeyword.executeArg(Help diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHelpTheme.executeArg(Help diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHelpType.executeArg(Help diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandListSprite.executeArg(UmlDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandStdlib.executeArg(StdlibDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap that return CommandExecutionResultModifier and TypeMethodDescriptionMindMapDiagram.addIdea(HColor backColor, int level, Display label, IdeaShape shape, boolean direction) MindMapDiagram.addIdea(Stereotype stereotype, HColor backColor, int level, Display label, IdeaShape shape) protected CommandExecutionResultCommandMindMapDirection.executeArg(MindMapDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMindMapOrgmode.executeArg(MindMapDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMindMapPlus.executeArg(MindMapDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMindMapRoot.executeArg(MindMapDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMindMapOrgmodeMultiline.executeNow(MindMapDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.nwdiag
Methods in net.sourceforge.plantuml.nwdiag that return CommandExecutionResultModifier and TypeMethodDescriptionNwDiagram.addElement(String name, String definition) NwDiagram.closeSomething()protected CommandExecutionResultCommandComment.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandElement.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndSomething.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGroup.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLink.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNetwork.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNwDiagInit.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandProperty.executeArg(NwDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) NwDiagram.openNetwork(String name) NwDiagram.setProperty(String property, String value) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.objectdiagram
Methods in net.sourceforge.plantuml.objectdiagram that return CommandExecutionResultModifier and TypeMethodDescriptionAbstractClassOrObjectDiagram.associationClass(LineLocation location, Entity entity1A, Entity entity1B, Entity entity2A, Entity entity2B, LinkType linkType, Display label) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.objectdiagram.command
Methods in net.sourceforge.plantuml.objectdiagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandAddData.executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateEntityObject.executeArg(AbstractClassOrObjectDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateJsonSingleLine.executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateEntityObjectMultilines.executeNow(AbstractClassOrObjectDiagram diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandCreateJson.executeNow(AbstractEntityDiagram diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandCreateMap.executeNow(AbstractEntityDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project that return CommandExecutionResultModifier and TypeMethodDescriptionGanttDiagram.addNote(Display note, Stereotype stereotype) GanttDiagram.changeLanguage(String lang) GanttDiagram.deleteTask(Task task) GanttDiagram.endGroup()GanttDiagram.hideResourceFootbox()GanttDiagram.hideResourceName() -
Uses of CommandExecutionResult in net.sourceforge.plantuml.project.command
Methods in net.sourceforge.plantuml.project.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandColorTask.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandFootboxGantt.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGanttArrow.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGanttArrow2.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGroupEnd.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGroupStart.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideClosed.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideResourceFootbox.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideResourceName.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLabelOnColumn.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLanguage.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPrintBetween.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPrintScale.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSeparator.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandTaskCompleteDefault.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandWeekNumberStrategy.executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultNaturalCommand.executeArg(D system, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNoteBottom.executeNow(GanttDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.project.lang
Methods in net.sourceforge.plantuml.project.lang that return CommandExecutionResultModifier and TypeMethodDescriptionSentence.execute(D project, RegexResult arg) final CommandExecutionResultSentenceAnd.execute(D project, RegexResult arg) final CommandExecutionResultSentenceAndAnd.execute(D project, RegexResult arg) SentenceDisplayOnSameRowAs.execute(GanttDiagram project, Object subject, Object complement) SentenceEnds.execute(GanttDiagram project, Object subject, Object complement) SentenceHappens.execute(GanttDiagram project, Object subject, Object complement) SentenceHappensDate.execute(GanttDiagram project, Object subject, Object complement) SentenceIsColored.execute(GanttDiagram project, Object subject, Object complement) SentenceIsColoredForCompletion.execute(GanttDiagram project, Object subject, Object complement) SentenceIsDeleted.execute(GanttDiagram project, Object subject, Object complement) SentenceIsDisplayedAs.execute(GanttDiagram project, Object subject, Object complement) SentenceIsForTask.execute(GanttDiagram project, Object subject, Object complement) SentenceLinksTo.execute(GanttDiagram project, Object subject, Object complement) SentenceOccurs.execute(GanttDiagram project, Object subject, Object complement) SentencePausesAbsoluteDate.execute(GanttDiagram project, Object subject, Object complement) SentencePausesAbsoluteIntervals.execute(GanttDiagram project, Object subject, Object complement) SentencePausesAbsoluteIntervalsSmart.execute(GanttDiagram project, Object subject, Object complement) SentencePausesDayOfWeek.execute(GanttDiagram project, Object subject, Object complement) SentenceRequire.execute(GanttDiagram project, Object subject, Object complement) abstract CommandExecutionResultfinal CommandExecutionResultSentenceSimple.execute(D project, RegexResult arg) SentenceTaskEndsAbsolute.execute(GanttDiagram project, Object subject, Object complement) SentenceTaskEndsOnlyRelative.execute(GanttDiagram project, Object subject, Object complement) SentenceTaskStarts.execute(GanttDiagram project, Object subject, Object complement) SentenceTaskStartsAbsolute.execute(GanttDiagram project, Object subject, Object complement) SentenceTaskStartsOnlyRelative.execute(GanttDiagram project, Object subject, Object complement) SentenceTaskStartsWithColor.execute(GanttDiagram diagram, Object subject, Object complement) SubjectLinks.InColor.execute(GanttDiagram project, Object subject, Object complement) SubjectResource.IsOffAfterDate.execute(GanttDiagram gantt, Object subject, Object complement) SubjectResource.IsOffBeforeDate.execute(GanttDiagram gantt, Object subject, Object complement) SubjectResource.IsOffDate.execute(GanttDiagram gantt, Object subject, Object complement) SubjectResource.IsOffDates.execute(GanttDiagram gantt, Object subject, Object complement) SubjectResource.IsOffDayOfWeek.execute(GanttDiagram gantt, Object subject, Object complement) SubjectResource.IsOnDate.execute(GanttDiagram gantt, Object subject, Object complement) SubjectResource.IsOnDates.execute(GanttDiagram gantt, Object subject, Object complement) SubjectResource.WorksOn.execute(GanttDiagram gantt, Object subject, Object complement) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.regexdiagram
Methods in net.sourceforge.plantuml.regexdiagram that return CommandExecutionResultModifier and TypeMethodDescriptionPSystemRegex.addBlocLines(BlocLines from) protected CommandExecutionResultCommandRegexfSingleLine.executeArg(PSystemRegex diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.salt
Methods in net.sourceforge.plantuml.salt that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandAnything.executeArg(PSystemSalt diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSalt.executeArg(PSystemSalt diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return CommandExecutionResultModifier and TypeMethodDescriptionSequenceDiagram.addMessage(AbstractMessage m) SequenceDiagram.linkAnchor(String anchor1, String anchor2, String message) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.sequencediagram.command
Methods in net.sourceforge.plantuml.sequencediagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionCommandReferenceMultilinesOverSeveral.execute(SequenceDiagram diagram, BlocLines lines, ParserPass currentPass) protected CommandExecutionResultCommandActivate.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandActivate2.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandArrow.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandAutoactivate.executeArg(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandAutoNewpage.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandAutonumber.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandAutonumberIncrement.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandAutonumberResume.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandAutonumberStop.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandBoxEnd.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandBoxStart.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandDeactivateShort.executeArg(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg2, ParserPass currentPass) protected CommandExecutionResultCommandDelay.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandDivider.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandFootbox.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandFootboxOld.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGrouping.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideUnlinked.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHSpace.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandIgnoreNewpage.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandLinkAnchor.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNewpage.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandParticipant.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandReferenceOverSeveral.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandReturn.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSkin.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandUrl.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandParticipantMultilines.executeNow(SequenceDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.statediagram.command
Methods in net.sourceforge.plantuml.statediagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandAddField.executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandConcurrentState.executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreatePackage2.executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreatePackageState.executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandCreateState.executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandEndState.executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandHideEmptyDescription.executeArg(UmlDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style that return CommandExecutionResultModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandStyleImport.executeArg(TitledDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandStyleMultilinesCSS.executeNow(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram that return CommandExecutionResultModifier and TypeMethodDescriptionTimingDiagram.createBinary(String code, String full, boolean compact, Stereotype stereotype) TimingDiagram.createClock(String code, String full, int period, int pulse, int offset, boolean compact, Stereotype stereotype) TimingDiagram.createRobustConcise(String code, String full, TimingStyle type, boolean compact, Stereotype stereotype, HColor backColor) TimingDiagram.setTimeAxisStategy(TimeAxisStategy newStrategy) TimingDiagram.useDateFormat(String dateFormat) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.timingdiagram.command
Methods in net.sourceforge.plantuml.timingdiagram.command that return CommandExecutionResultModifier and TypeMethodDescriptionprotected final CommandExecutionResultCommandAnalog.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandAtPlayer.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandAtTime.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandBinary.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandChangeStateByPlayerCode.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandChangeStateByTime.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandClock.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandConstraint.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandDefineStateLong.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandDefineStateShort.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandHideTimeAxis.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandHighlight.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandModeCompact.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandNote.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandPixelHeight.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandRobustConcise.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandScalePixel.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandTicks.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandTimeMessage.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected final CommandExecutionResultCommandUseDateFormat.executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNoteLong.executeNow(TimingDiagram diagram, BlocLines lines, ParserPass currentPass) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs that return CommandExecutionResultModifier and TypeMethodDescriptionWBSDiagram.addIdea(String code, HColor backColor, int level, String label, Direction direction, IdeaShape shape) WBSDiagram.addIdea(String code, HColor backColor, int level, Display display, Stereotype stereotype, Direction direction, IdeaShape shape) protected CommandExecutionResultCommandWBSItem.executeArg(WBSDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandWBSLink.executeArg(WBSDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandWBSItemMultiline.executeNow(WBSDiagram diagram, BlocLines lines, ParserPass currentPass) WBSDiagram.link(String code1, String code2, Colors colors, Stereotype stereotype) -
Uses of CommandExecutionResult in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire that return CommandExecutionResultModifier and TypeMethodDescriptionWireDiagram.addComponent(String indent, String name, int width, int height, HColor color) protected CommandExecutionResultCommandComponent.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGoto.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMove.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNewColumn.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPrint.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSpot.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandWLink.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) WireDiagram.hlink(String name1, String x1, String y1, String name2, WLinkType type, WArrowDirection direction, HColor color, Display label) WBlock.newColumn(int level) WBlock.print(StringBounder stringBounder, ISkinParam skinParam, int level, String text) WireDiagram.vlink(String name1, String x1, String y1, String name2, WLinkType type, WArrowDirection direction, HColor color, Display label) WBlock.wgoto(int level, double x, double y) WBlock.wmove(int level, double x, double y)