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
,PSystemLatexFactory
,PSystemLicenseFactory
,PSystemListEmojiFactory
,PSystemListFontsFactory
,PSystemListInternalSpritesFactory
,PSystemListOpenIconicFactory
,PSystemLostFactory
,PSystemMathFactory
,PSystemOpenIconicFactory
,PSystemOregonFactory
,PSystemPathFactory
,PSystemRegexFactory
,PSystemRIPFactory
,PSystemSaltFactory
,PSystemSingleLineFactory
,PSystemSkinparameterListFactory
,PSystemStatsFactory
,PSystemVersionFactory
,PSystemWelcomeFactory
,SequenceDiagramFactory
,StateDiagramFactory
,StdlibDiagramFactory
,TimingDiagramFactory
,WBSDiagramFactory
,WireDiagramFactory
,YamlDiagramFactory
public interface PSystemFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateSystem
(UmlSource source, Previous previous, PreprocessingArtifact preprocessing)
-
Method Details
-
createSystem
-
getDiagramType
DiagramType getDiagramType() -
getUmlDiagramType
UmlDiagramType getUmlDiagramType()
-