Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.collector.impl | |
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 |
---|---|
private java.lang.String |
CdcAttributesDoc.determinePresCondText(UmlAttribute a,
PresenceCondition pc) |
protected static void |
Attributes61850Doc.fillPresenceConditionAndArgs(RawData entry,
PresenceCondition pc,
boolean isInherited,
java.lang.String context)
Fills appropriately raw data 'presCond', 'presCondArgs', 'presCondArgsID' and 'cond'.
|
protected static void |
Attributes61850Doc.fillPresenceConditionAndArgs(RawData entry,
PresenceCondition pc,
boolean isInherited,
java.lang.String context,
boolean isDerivedStats)
Fills appropriately raw data 'presCond', 'presCondArgs', 'presCondArgsID' and 'cond' if
isDerivedStats=false , otherwise 'dsPresCond', 'dsPresCondArgs',
'dsPresCondArgsID' and 'dsCond'. |
private java.lang.String |
LnAttributesDoc.formatDOPresenceCondition(PresenceCondition pc,
PresenceCondition dsPc) |
private static void |
DaAttributesDoc.initBdaRawData(EntryDocImpl entry,
UmlAttribute a,
boolean isInherited,
RawData values,
PresenceCondition pc,
java.lang.String context) |
private static void |
LnAttributesDoc.initDoRawData(RawData entry,
RawData values,
PresenceCondition pc,
boolean isInherited,
PresenceCondition dsPc,
java.lang.String context) |
private static void |
CdcAttributesDoc.initFcdaRawData(RawData entry,
UmlAttribute a,
boolean isInherited,
RawData src,
PresenceCondition pc) |
Modifier and Type | Field and Description |
---|---|
private PresenceCondition |
UmlConstraint._pc |
static PresenceCondition |
PresenceCondition.F |
static PresenceCondition |
PresenceCondition.M |
static PresenceCondition |
PresenceCondition.NA |
static PresenceCondition |
PresenceCondition.O |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PresenceCondition> |
UmlAttribute._presConditions |
private static java.util.Set<PresenceCondition> |
PresenceCondition.IMPLICITS |
Modifier and Type | Method and Description |
---|---|
(package private) static PresenceCondition |
PresenceCondition.create(UmlConstraint constr) |
PresenceCondition |
UmlConstraint.getPresenceCondition()
Returns presence condition deduced from this class constraint; null for attribute constraint.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PresenceCondition> |
UmlAttribute.getDsPresConditions(UmlClass context)
(IEC 61850) Returns derived statistics presence conditions.
|
java.util.List<PresenceCondition> |
UmlAttribute.getPresConditions() |
Copyright 2009-2015 Tatjana (Tanja) Kostic