Uses of Class
net.sourceforge.plantuml.sequencediagram.SequenceDiagram
Packages that use SequenceDiagram
Package
Description
-
Uses of SequenceDiagram in net.sourceforge.plantuml.command.note.sequence
Methods in net.sourceforge.plantuml.command.note.sequence that return types with arguments of type SequenceDiagramModifier and TypeMethodDescriptionFactorySequenceNoteAcrossCommand.createMultiLine
(boolean withBracket) FactorySequenceNoteCommand.createMultiLine
(boolean withBracket) FactorySequenceNoteOnArrowCommand.createMultiLine
(boolean withBracket) FactorySequenceNoteOverSeveralCommand.createMultiLine
(boolean withBracket) FactorySequenceNoteAcrossCommand.createSingleLine()
FactorySequenceNoteCommand.createSingleLine()
FactorySequenceNoteOnArrowCommand.createSingleLine()
FactorySequenceNoteOverSeveralCommand.createSingleLine()
-
Uses of SequenceDiagram in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return SequenceDiagramModifier and TypeMethodDescriptionSequenceDiagramFactory.createEmptyDiagram
(UmlSource source, Map<String, String> skinParam) -
Uses of SequenceDiagram in net.sourceforge.plantuml.sequencediagram.command
Methods in net.sourceforge.plantuml.sequencediagram.command with parameters of type SequenceDiagramModifier and TypeMethodDescriptionCommandReferenceMultilinesOverSeveral.execute
(SequenceDiagram diagram, BlocLines lines) protected CommandExecutionResult
CommandActivate.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandActivate2.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandArrow.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandAutoactivate.executeArg
(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandAutoNewpage.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandAutonumber.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandAutonumberIncrement.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandAutonumberResume.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandAutonumberStop.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandBoxEnd.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandBoxStart.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandDeactivateShort.executeArg
(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg2) protected CommandExecutionResult
CommandDelay.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandDivider.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandFootbox.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandFootboxOld.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandGrouping.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandHideUnlinked.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandHSpace.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandIgnoreNewpage.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandLinkAnchor.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandNewpage.executeArg
(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg) protected final CommandExecutionResult
CommandParticipant.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandReferenceOverSeveral.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandReturn.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandUrl.executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandParticipantMultilines.executeNow
(SequenceDiagram diagram, BlocLines lines) -
Uses of SequenceDiagram in net.sourceforge.plantuml.sequencediagram.graphic
Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type SequenceDiagramModifierConstructorDescriptionSequenceDiagramFileMakerPuma2
(SequenceDiagram diagram, Rose skin, FileFormatOption fileFormatOption) SequenceDiagramTxtMaker
(SequenceDiagram sequenceDiagram, FileFormat fileFormat) -
Uses of SequenceDiagram in net.sourceforge.plantuml.sequencediagram.teoz
Constructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type SequenceDiagramModifierConstructorDescriptionPlayingSpace
(SequenceDiagram diagram, Dolls dolls, TileArguments tileArguments) SequenceDiagramFileMakerTeoz
(SequenceDiagram diagram, Rose skin, FileFormatOption fileFormatOption, int index) -
Uses of SequenceDiagram in net.sourceforge.plantuml.xmi
Fields in net.sourceforge.plantuml.xmi declared as SequenceDiagramConstructors in net.sourceforge.plantuml.xmi with parameters of type SequenceDiagramModifierConstructorDescriptionSequenceDiagramXmiMaker
(SequenceDiagram sequenceDiagram, FileFormat fileFormat) XmiSequenceDiagram
(SequenceDiagram diagram, Document document) XmiSequenceDiagramArgo
(SequenceDiagram diagram, Document document) XmiSequenceDiagramStandard
(SequenceDiagram diagram, Document document)