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.docgen.collector.impl | |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassDoc> |
PackageDoc.getClassDocs()
Returns documentation for all the classes in this package.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ClassDocImpl
Data required for documentation of classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ClassDoc> |
PackageDocImpl._classDocs |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassDoc> |
PackageDocImpl.getClassDocs() |
Modifier and Type | Method and Description |
---|---|
Cursor<O> |
WordWriter.writeClass(Cursor<O> initCursor,
ClassDoc doc)
Writes all related to a class at the end of range in
initCursor . |
Cursor<O> |
AbstractWordWriter.writeClass(Cursor<O> initCursor,
ClassDoc doc) |
Modifier and Type | Method and Description |
---|---|
private org.w3c.dom.Element |
WAXWriter.addClass(org.w3c.dom.Element p,
org.w3c.dom.Element del,
ClassDoc cDoc) |
private org.w3c.dom.Element |
WAXWriter.addClass61850(org.w3c.dom.Element p,
org.w3c.dom.Element del,
ClassDoc cDoc,
java.lang.String pckageKind) |
private org.w3c.dom.Element |
WAXWriter.addClassCommon(org.w3c.dom.Element sel,
org.w3c.dom.Element del,
ClassDoc cDoc) |
private org.w3c.dom.Element |
WAXWriter.addGroupsOrFeatures61850(org.w3c.dom.Element sel,
org.w3c.dom.Element del,
ClassDoc cDoc,
java.lang.String pckageKind) |
Copyright 2009-2015 Tatjana (Tanja) Kostic