Package net.sourceforge.plantuml.xmi
Interface XmiStateDiagramCustom
- All Superinterfaces:
XmlDiagramTransformer
Custom interface for managing a XMI transformation of a state diagram.
The scope of this interface is to be implemented by an external service,
which is loaded by PlantUML at runtime via dependency injection.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
diagramToXmi
(StateDiagram diagram) Convert a state diagram to a XMI object, which will be kept internal and finally transformed by the XmlDiagramTransformer implementation.Methods inherited from interface net.sourceforge.plantuml.xmi.XmlDiagramTransformer
transformerXml
-
Method Details
-
diagramToXmi
Convert a state diagram to a XMI object, which will be kept internal and finally transformed by the XmlDiagramTransformer implementation.- Parameters:
diagram
- the state diagram to convert.- Throws:
ParserConfigurationException
- if the state diagram cannot be parsed.
-