public class ArchitectureBuilderSMarty extends java.lang.Object implements IArchitectureBuilder
Constructor and Description |
---|
ArchitectureBuilderSMarty()
create a instance of this class
|
Modifier and Type | Method and Description |
---|---|
Architecture |
create(java.lang.String xmiFilePath)
Create a Architecture using an input PLA.
|
org.eclipse.uml2.uml.Package |
getModel() |
public ArchitectureBuilderSMarty()
public Architecture create(java.lang.String xmiFilePath)
create
in interface IArchitectureBuilder
xmiFilePath
- - PLA file (.smty)Architecture
- the Architecture generated from input filepublic org.eclipse.uml2.uml.Package getModel()