Package net.sourceforge.plantuml.api
Interface PSystemFactory
-
- All Known Implementing Classes:
ActivityDiagramFactory
,ActivityDiagramFactory3
,BoardDiagramFactory
,BpmDiagramFactory
,ChenEerDiagramFactory
,ChronologyDiagramFactory
,ClassDiagramFactory
,CompositeDiagramFactory
,DescriptionDiagramFactory
,FilesDiagramFactory
,FlowDiagramFactory
,GanttDiagramFactory
,GitDiagramFactory
,HclDiagramFactory
,HelpFactory
,JsonDiagramFactory
,ListSpriteDiagramFactory
,MindMapDiagramFactory
,NwDiagramFactory
,PSystemAbstractFactory
,PSystemAppleTwoFactory
,PSystemBasicFactory
,PSystemCharlieFactory
,PSystemColorsFactory
,PSystemCommandFactory
,PSystemCreoleFactory
,PSystemDedicationFactory
,PSystemDefinitionFactory
,PSystemDitaaFactory
,PSystemDonorsFactory
,PSystemDotFactory
,PSystemEbnfFactory
,PSystemEggFactory
,PSystemJcckitFactory
,PSystemLatexFactory
,PSystemLicenseFactory
,PSystemListEmojiFactory
,PSystemListFontsFactory
,PSystemListInternalSpritesFactory
,PSystemListOpenIconicFactory
,PSystemLostFactory
,PSystemMathFactory
,PSystemOpenIconicFactory
,PSystemOregonFactory
,PSystemPathFactory
,PSystemRegexFactory
,PSystemRIPFactory
,PSystemSaltFactory
,PSystemSingleLineFactory
,PSystemSkinparameterListFactory
,PSystemStatsFactory
,PSystemSudokuFactory
,PSystemVersionFactory
,PSystemWelcomeFactory
,SequenceDiagramFactory
,StateDiagramFactory
,StdlibDiagramFactory
,TimingDiagramFactory
,WBSDiagramFactory
,WireDiagramFactory
,YamlDiagramFactory
public interface PSystemFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Diagram
createSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
DiagramType
getDiagramType()
UmlDiagramType
getUmlDiagramType()
-
-
-
Method Detail
-
createSystem
Diagram createSystem(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
-
getDiagramType
DiagramType getDiagramType()
-
getUmlDiagramType
UmlDiagramType getUmlDiagramType()
-
-