Package | Description |
---|---|
org.tanjakostic.jcleancim.builder | |
org.tanjakostic.jcleancim.builder.ea.db | |
org.tanjakostic.jcleancim.builder.ea.japi | |
org.tanjakostic.jcleancim.builder.ea.sqlxml | |
org.tanjakostic.jcleancim.experimental.builder.xsd |
The package contains the
ModelBuilderFromProfiles , which can
parse: the CIM profiles in "xsd" format, as
generated with CIMTool. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMIExporter
Here we implement all the logic except for actual exporting.
|
class |
EmptyXMIExporter
This one doesn't know how to export XMI; useful when working without EA repository.
|
Modifier and Type | Field and Description |
---|---|
private XMIExporter |
AbstractModelBuilder._xmiExporter |
Modifier and Type | Method and Description |
---|---|
protected XMIExporter |
EmptyModelBuilder.createXMIExporter() |
protected abstract XMIExporter |
AbstractModelBuilder.createXMIExporter()
Returns exporter to XMI where applicable (otherwise, can be just a stub).
|
XMIExporter |
ModelBuilder.getXMIExporter() |
XMIExporter |
AbstractModelBuilder.getXMIExporter() |
Modifier and Type | Method and Description |
---|---|
protected XMIExporter |
DbModelBuilder.createXMIExporter() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
JapiXMIExporter
Implementation using EA XMI export capability.
|
Modifier and Type | Method and Description |
---|---|
protected XMIExporter |
JapiModelBuilder.createXMIExporter() |
XMIExporter |
JapiRepo.getXMIExporter(Config cfg) |
Modifier and Type | Method and Description |
---|---|
protected XMIExporter |
SqlXmlModelBuilder.createXMIExporter() |
Modifier and Type | Method and Description |
---|---|
protected XMIExporter |
ModelBuilderFromProfiles.createXMIExporter() |
Copyright 2009-2015 Tatjana (Tanja) Kostic