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.docgen | |
org.tanjakostic.jcleancim.docgen.collector |
This package defines interfaces and classes responsible for collecting documentation and figures
from the UML model, or freely initialised through the API without any UML model.
|
org.tanjakostic.jcleancim.docgen.collector.impl | |
org.tanjakostic.jcleancim.docgen.writer |
Classes and interfaces responsible for document generation out of the UML model.
|
org.tanjakostic.jcleancim.docgen.writer.word |
Classes specific to writing MS documents.
|
org.tanjakostic.jcleancim.docgen.writer.xml |
Classes specific to writing IEC 61850 name space definition files.
|
org.tanjakostic.jcleancim.experimental.builder.xsd |
The package contains the
ModelBuilderFromProfiles , which can
parse: the CIM profiles in "xsd" format, as
generated with CIMTool. |
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
org.tanjakostic.jcleancim.validation |
Classes responsible for validating the model and the rules to apply.
|
Modifier and Type | Method and Description |
---|---|
Config |
XMIExporter.getCfg()
Returns the configuration, containing also XMI export options.
|
Config |
ModelBuilder.getCfg()
Returns configuration.
|
Config |
DiagramExporter.getCfg()
Returns the configuration, containing also diagram export options.
|
Config |
AbstractXMIExporter.getCfg() |
Config |
AbstractModelBuilder.getCfg() |
Config |
AbstractDiagramExporter.getCfg() |
Constructor and Description |
---|
AbstractDiagramExporter(Config cfg)
Constructor.
|
AbstractModelBuilder(Config cfg)
Constructor.
|
AbstractXMIExporter(Config cfg)
Constructor.
|
EmptyDiagramExporter(Config cfg) |
EmptyModelBuilder(Config cfg) |
EmptyXMIExporter(Config cfg) |
Constructor and Description |
---|
EaModelBuilder(Config cfg)
Constructor.
|
Constructor and Description |
---|
DbModelBuilder(Config cfg)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DiagramExporter |
JapiRepo.getDiagramExporter(Config cfg) |
XMIExporter |
JapiRepo.getXMIExporter(Config cfg) |
Constructor and Description |
---|
JapiModelBuilder(Config cfg)
Constructor.
|
Constructor and Description |
---|
SqlXmlModelBuilder(Config cfg)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Writer |
WriterFactory.createWriter(Config cfg,
DocCollector collector)
Creates writer initialised with
input data. |
Constructor and Description |
---|
DocgenConfig(Config cfg)
Constructor.
|
Constructor and Description |
---|
DocCollectorImpl(Config cfg,
ModelFinder modelFinder)
Constructs the instance to manually (through API) add documentation for package and other UML
objects.
|
Constructor and Description |
---|
WriterInput(Config cfg,
java.lang.String appVersion,
java.lang.String modelFileName,
boolean skipTiming)
Constructor for testing only.
|
Constructor and Description |
---|
WordWriterInput(Config cfg,
FreeFormDocumentation freeFormDoc)
Constructor.
|
Constructor and Description |
---|
WAXWriterInput(Config cfg,
FixedFormDocumentation fixedFormDocumentation)
Constructor.
|
Constructor and Description |
---|
ModelBuilderFromProfiles(Config cfg) |
Profile(Config cfg,
java.io.File xsdFile)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Config |
UmlModel.getCfg()
Returns configuration.
|
Constructor and Description |
---|
UmlModel(Config cfg)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Config |
AbstractValidator.getCfg()
Returns configuration.
|
Constructor and Description |
---|
AbstractValidator(Config cfg,
int totalCount,
java.lang.String which,
ModelIssues issues)
Constructor.
|
PackageValidator(Config cfg,
java.util.Collection<UmlPackage> allPackages,
ModelIssues issues) |
Copyright 2009-2016 Tatjana (Tanja) Kostic