Package | Description |
---|---|
org.tanjakostic.jcleancim.builder | |
org.tanjakostic.jcleancim.builder.ea |
Classes responsible for building in-memory UML model from EA repository (.eap model file).
|
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 |
AbstractModelBuilder |
class |
EmptyModelBuilder
Creates an empty model, only with configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
EaModelBuilder<P,S>
Class that wraps the EA repository; currently supports a single root (in the EA project browser),
i.e., if there are more than one roots, all but the first will be ignored.
|
Modifier and Type | Class and Description |
---|---|
class |
DbModelBuilder
The fastest builder of our in-memory model from EA.
|
Modifier and Type | Class and Description |
---|---|
class |
JapiModelBuilder
The slowest builder of our in-memory model from EA: it uses the very slow EA API and iterates
over its collections.
|
Modifier and Type | Class and Description |
---|---|
class |
SqlXmlModelBuilder
The fast builder of our in-memory model from EA.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelBuilderFromProfiles
Builds in-memory model from profile files, as specified by configuration.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic