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.collector.impl.ag |
Modifier and Type | Field and Description |
---|---|
static AGSpec |
AGSpec.DA_CTL_MIRROR |
static AGSpec |
AGSpec.DA_DESCRIPTION |
static AGSpec |
AGSpec.DA_MEAS |
static AGSpec |
AGSpec.DA_SDO |
static AGSpec |
AGSpec.DA_SETTING |
static AGSpec |
AGSpec.DA_SPAR |
static AGSpec |
AGSpec.DA_STATUS |
static AGSpec |
AGSpec.DA_SUBSTITUTION |
static AGSpec |
AGSpec.DA_TRACKING |
static AGSpec |
AGSpec.DA_UNDEFINED |
static AGSpec |
AGSpec.DO_CONTROL |
static AGSpec |
AGSpec.DO_DESCRIPTION |
static AGSpec |
AGSpec.DO_MEAS |
static AGSpec |
AGSpec.DO_SETTING |
static AGSpec |
AGSpec.DO_STATUS |
static AGSpec |
AGSpec.DO_TRACKING |
static AGSpec |
AGSpec.DO_UNDEFINED |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<AGSpec> |
GroupsSpec._agSpecs |
private static java.util.Map<java.lang.String,AGSpec> |
AGSpec.AG_SPECS |
Modifier and Type | Method and Description |
---|---|
static AGSpec |
AGSpec.create(java.lang.String instTag,
java.lang.String kindTag,
java.lang.String subhead) |
static AGSpec |
AGSpec.createSpecial(java.lang.String instTag,
java.lang.String kindTag,
java.lang.String subhead) |
AGSpec |
EntryDoc.getAttrGroupSpec()
Returns non-null instance if this is
EntryDoc.Kind.groupSubhead , null otherwise. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AGSpec> |
GroupsSpec.getAgSpecs() |
static java.util.List<AGSpec> |
AGSpec.getForInstTag(java.lang.String instTag) |
static java.util.Map<java.lang.String,AGSpec> |
AGSpec.getPredefinedAGSpecs()
Returns all the predefined table formats: key=instTag (da vs.
|
Modifier and Type | Method and Description |
---|---|
private static void |
AGSpec.putPredefined(AGSpec agSpec) |
Modifier and Type | Method and Description |
---|---|
(package private) static GroupsSpec |
GroupsSpec.createAndStoreGroupsSpec(java.lang.String name,
java.util.Collection<AGSpec> agSpecs) |
Constructor and Description |
---|
GroupsSpec(java.lang.String name,
java.util.Collection<AGSpec> agSpecs) |
Modifier and Type | Field and Description |
---|---|
private AGSpec |
EntryDocImpl._agSpec |
Modifier and Type | Method and Description |
---|---|
AGSpec |
EntryDocImpl.getAttrGroupSpec() |
Modifier and Type | Method and Description |
---|---|
static EntryDoc |
EntryDocImpl.createGroupSubhead(AGSpec agSpec,
int columnCount)
Creates
EntryDoc.Kind.groupSubhead entry. |
private void |
EntryDocImpl.ensureValid(java.lang.String name,
AGSpec agSpec,
EntryDoc.Kind kind,
FormatInfo formatInfo,
int columnCount,
java.lang.String... values) |
Constructor and Description |
---|
EntryDocImpl(java.lang.String singleValue,
AGSpec agSpec,
EntryDoc.Kind kind,
FormatInfo formatInfo,
int columnCount,
java.lang.String... values) |
Modifier and Type | Field and Description |
---|---|
private AGSpec |
AttributeGroup._agSpec |
Modifier and Type | Method and Description |
---|---|
AGSpec |
AttributeGroup.getAgSpec() |
Constructor and Description |
---|
AttributeGroup(AGSpec agSpec,
java.util.Collection<UmlAttribute> nativeAttributes,
java.util.Collection<UmlAttribute> inheritedAttributes) |
Copyright 2009-2015 Tatjana (Tanja) Kostic