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.xml |
Classes specific to writing IEC 61850 name space definition files.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends EntryDoc> |
PropertiesDoc.getDataEntryDocs()
Returns (unmodifiable list of) data entries only.
|
java.util.List<? extends EntryDoc> |
PropertiesDoc.getEntryDocs()
Returns (unmodifiable list of) all entries.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryDocImpl
Single property entry (row with values).
|
Modifier and Type | Field and Description |
---|---|
private EntryDoc |
Reordering.ReorderingItem._afterWhichDoc |
private EntryDoc |
Reordering.ReorderingItem._toMoveDoc |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EntryDoc> |
AbstractPropertiesDoc._entryDocs |
Modifier and Type | Method and Description |
---|---|
static EntryDoc |
EntryDocImpl.createColumnLabels(java.lang.String... values)
Creates
EntryDoc.Kind.columnLabels entry. |
static EntryDoc |
EntryDocImpl.createGroupSubhead(AGSpec agSpec,
int columnCount)
Creates
EntryDoc.Kind.groupSubhead entry. |
static EntryDoc |
EntryDocImpl.createTableName(java.lang.String name,
int columnCount)
Creates
EntryDoc.Kind.tableName entry. |
static EntryDoc |
EntryDocImpl.createUnformattedData(java.lang.String... values)
Creates regular entry with data without any formatting (also, no new line character).
|
EntryDoc |
Reordering.ReorderingItem.getAfterWhichDoc() |
EntryDoc |
Reordering.ReorderingItem.getToMoveDoc() |
Modifier and Type | Method and Description |
---|---|
private java.util.LinkedHashMap<EntryDoc,UmlAttribute> |
CdcAttributesDoc.collectEntryDocsInDefaultOrder(java.util.Collection<AttributeGroup> retainedGroups) |
java.util.List<? extends EntryDoc> |
AbstractPropertiesDoc.getDataEntryDocs() |
java.util.List<? extends EntryDoc> |
AbstractPropertiesDoc.getEntryDocs() |
java.util.List<EntryDoc> |
Reordering.reorder(java.util.List<EntryDoc> entryDocs)
Performs reordering of
entryDocs and returns reordered entry docs, or empty list
if there are no reordering items (returns empty list ). |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractPropertiesDoc.addEntry(EntryDoc entryDoc)
Returns whether
entryDoc has been successfully added. |
boolean |
Reordering.addReorderingItem(EntryDoc toMoveDoc,
EntryDoc afterWhichDoc) |
protected void |
AbstractPropertiesDoc.initRawData(EntryDoc entry,
UmlObject property)
Initialises raw data for a native property (tag, name, alias+ID, desc+ID, informative,
deprecated, inheritedFrom).
|
private void |
AbstractPropertiesDoc.initRawData(EntryDoc entry,
UmlObject property,
boolean isInherited,
java.lang.String baseTypeName)
Initialises raw data (tag, "name",
alias+ID, desc+ID, informative, deprecated, inheritedFrom).
|
protected void |
AbstractPropertiesDoc.initRawData(EntryDoc entry,
UmlObject property,
java.lang.String baseTypeName)
Initialises raw data for an inherited property (tag, name, alias+ID, desc+ID, informative,
deprecated, inheritedFrom).
|
Modifier and Type | Method and Description |
---|---|
private EntryDocImpl |
CdcAttributesDoc.createEntry(UmlAttribute a,
boolean isNative,
java.util.Map<EntryDoc,UmlAttribute> collector)
Returns null in case of an FCDA with name starting with "__" and FC="SE".
|
java.util.List<EntryDoc> |
Reordering.reorder(java.util.List<EntryDoc> entryDocs)
Performs reordering of
entryDocs and returns reordered entry docs, or empty list
if there are no reordering items (returns empty list ). |
private Reordering |
CdcAttributesDoc.specifyReordering(java.util.LinkedHashMap<EntryDoc,UmlAttribute> entryDocs) |
Constructor and Description |
---|
Reordering.ReorderingItem(EntryDoc toMoveDoc,
EntryDoc afterWhichDoc) |
Modifier and Type | Method and Description |
---|---|
private org.w3c.dom.Element |
WAXWriter.addServiceParameter(org.w3c.dom.Element sel,
org.w3c.dom.Element del,
EntryDoc eDoc) |
Copyright 2009-2015 Tatjana (Tanja) Kostic