public abstract class DefaultUMLModelAssembler extends Object implements UMLModelAssembler
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataTypeHRefPrefix |
protected org.jdom2.Namespace |
plasmaNs |
protected org.jdom2.Namespace |
platformNs |
protected org.jdom2.Namespace |
umlNs |
protected org.jdom2.Namespace |
xmiNs |
protected String |
xmiVersion |
protected org.jdom2.Namespace |
xsiNs |
protected String |
xsiSchemaLocation |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultUMLModelAssembler(Model model,
String destNamespaceURI,
String destNamespacePrefix) |
protected |
DefaultUMLModelAssembler(Query query,
String destNamespaceURI,
String destNamespacePrefix)
Deprecated.
|
protected |
DefaultUMLModelAssembler(Schema schema,
String destNamespaceURI,
String destNamespacePrefix)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jdom2.Element |
buildProfileApplication()
Creates and element which is a profile application for the model
|
String |
getContent() |
String |
getContent(org.jdom2.output.Format format) |
void |
getContent(OutputStream stream) |
void |
getContent(OutputStream stream,
org.jdom2.output.Format format) |
void |
getContent(OutputStream stream,
String indent,
boolean newlines) |
String |
getContent(String indent,
boolean newlines) |
String |
getDestNamespacePrefix() |
String |
getDestNamespaceURI() |
org.jdom2.Document |
getDocument() |
boolean |
isDerivePackageNamesFromURIs() |
void |
setDerivePackageNamesFromURIs(boolean derivePackageNamesFromURIs) |
void |
setDestNamespacePrefix(String destNamespacePrefix) |
void |
setDestNamespaceURI(String destNamespaceURI) |
protected String xmiVersion
protected org.jdom2.Namespace umlNs
protected org.jdom2.Namespace xmiNs
protected org.jdom2.Namespace plasmaNs
protected String dataTypeHRefPrefix
protected org.jdom2.Namespace platformNs
protected org.jdom2.Namespace xsiNs
protected String xsiSchemaLocation
@Deprecated protected DefaultUMLModelAssembler(Query query, String destNamespaceURI, String destNamespacePrefix)
@Deprecated protected DefaultUMLModelAssembler(Schema schema, String destNamespaceURI, String destNamespacePrefix)
public String getDestNamespaceURI()
getDestNamespaceURI in interface UMLModelAssemblerpublic void setDestNamespaceURI(String destNamespaceURI)
setDestNamespaceURI in interface UMLModelAssemblerpublic String getDestNamespacePrefix()
getDestNamespacePrefix in interface UMLModelAssemblerpublic void setDestNamespacePrefix(String destNamespacePrefix)
setDestNamespacePrefix in interface UMLModelAssemblerpublic boolean isDerivePackageNamesFromURIs()
isDerivePackageNamesFromURIs in interface UMLModelAssemblerpublic void setDerivePackageNamesFromURIs(boolean derivePackageNamesFromURIs)
setDerivePackageNamesFromURIs in interface UMLModelAssemblerpublic org.jdom2.Document getDocument()
getDocument in interface UMLModelAssemblerpublic String getContent()
getContent in interface UMLModelAssemblerpublic String getContent(String indent, boolean newlines)
getContent in interface UMLModelAssemblerpublic String getContent(org.jdom2.output.Format format)
getContent in interface UMLModelAssemblerpublic void getContent(OutputStream stream)
getContent in interface UMLModelAssemblerpublic void getContent(OutputStream stream, String indent, boolean newlines)
getContent in interface UMLModelAssemblerpublic void getContent(OutputStream stream, org.jdom2.output.Format format)
getContent in interface UMLModelAssemblerprotected abstract org.jdom2.Element buildProfileApplication()
Copyright © 2017. All rights reserved.