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 | 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.
|
Constructor and Description |
---|
GroupsSpec(java.lang.String name,
java.util.Collection<AGSpec> agSpecs) |
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. |
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-2016 Tatjana (Tanja) Kostic