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 CommandExecutionResultCommandActivate.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandActivate2.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandArrow.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandAutoactivate.executeArg(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandAutoNewpage.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandAutonumber.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandAutonumberIncrement.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandAutonumberResume.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandAutonumberStop.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandBoxEnd.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandBoxStart.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandDeactivateShort.executeArg(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg2) protected CommandExecutionResultCommandDelay.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandDivider.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandFootbox.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandFootboxOld.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandGrouping.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandHideUnlinked.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandHSpace.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandIgnoreNewpage.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandLinkAnchor.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandNewpage.executeArg(SequenceDiagram sequenceDiagram, LineLocation location, RegexResult arg) protected final CommandExecutionResultCommandParticipant.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandReferenceOverSeveral.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandReturn.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandUrl.executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandParticipantMultilines.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)