Package | Description |
---|---|
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.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
Modifier and Type | Method and Description |
---|---|
NamespaceInfo |
PackageDoc.getNamespaceInfo()
Returns name space information if it is defined for the package, null otherwise.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Nature,java.util.Map<NamespaceInfo,java.util.Map<java.lang.String,PackageDoc>>> |
FixedFormDocumentation.getNsPackageDocs()
Returns retained scoped package docs per nature and per name space.
|
Constructor and Description |
---|
FixedFormDocumentation(java.util.Map<Nature,java.util.Map<NamespaceInfo,java.util.Map<java.lang.String,PackageDoc>>> nsPackageDocs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static NamespaceInfo |
NamespaceInfo.createCimInstance(VersionInfo versionInfo)
Factory method to construct CIM namespace info from
versionInfo ; see
NamespaceInfo(String, String, String) . |
static NamespaceInfo |
NamespaceInfo.createIec61850Instance(UmlClass nsClass) |
NamespaceInfo |
UmlPackage.getNamespaceInfo()
(lazy loaded) Returns the namespace information in case the relevant namespace class (for
IEC61850) or version class (for CIM) is defined in the package, null otherwise.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<NamespaceInfo> |
NamespaceInfo.getDependencies()
Returns all dependencies of this namespace.
|
java.util.Collection<NamespaceInfo> |
UmlModel.getNamespaceInfos()
Returns non-null namespace informations for all packages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NamespaceInfo.addDependency(NamespaceInfo namespace)
Adds
namespace as dependency to this namespace, if the dependency is not cirular
and returns whether addition happened. |
Copyright 2009-2016 Tatjana (Tanja) Kostic