Modifier and Type | Method and Description |
---|---|
TaggedValues |
Options.taggedValueFactory() |
TaggedValues |
Options.taggedValueFactory(int size) |
TaggedValues |
Options.taggedValueFactory(TaggedValues original) |
TaggedValues |
Options.taggedValueFactory(TaggedValues original,
String tagList) |
Modifier and Type | Method and Description |
---|---|
TaggedValues |
Options.taggedValueFactory(TaggedValues original) |
TaggedValues |
Options.taggedValueFactory(TaggedValues original,
String tagList) |
Modifier and Type | Class and Description |
---|---|
class |
TaggedValuesCacheArray
Cache for tagged values.
|
class |
TaggedValuesCacheMap |
class |
TaggedValuesImpl |
Modifier and Type | Field and Description |
---|---|
protected TaggedValues |
InfoImpl.taggedValuesCache |
Modifier and Type | Method and Description |
---|---|
TaggedValues |
InfoImpl.taggedValuesAll() |
TaggedValues |
Info.taggedValuesAll()
Retrieves all tagged values of the model element.
|
TaggedValues |
InfoImpl.taggedValuesForTagList(String tagList) |
TaggedValues |
Info.taggedValuesForTagList(String tagList)
Retrieves selected tagged values of the model element.
|
Modifier and Type | Method and Description |
---|---|
void |
TaggedValuesImpl.putAll(TaggedValues other) |
void |
TaggedValues.putAll(TaggedValues other)
Put all given tagged values into this collection.
|
Constructor and Description |
---|
TaggedValuesCacheArray(TaggedValues original,
Options options) |
TaggedValuesCacheArray(TaggedValues original,
String tagList,
Options options) |
TaggedValuesCacheMap(TaggedValues original,
Options options) |
TaggedValuesCacheMap(TaggedValues original,
String tagList,
Options options) |
Modifier and Type | Method and Description |
---|---|
void |
GenericAssociationInfo.setTaggedValues(TaggedValues taggedValues) |
void |
GenericPropertyInfo.setTaggedValues(TaggedValues taggedValues,
boolean updateFields) |
void |
GenericPackageInfo.setTaggedValues(TaggedValues taggedValues,
boolean updateFields) |
void |
GenericClassInfo.setTaggedValues(TaggedValues taggedValues,
boolean updateFields) |
Modifier and Type | Method and Description |
---|---|
void |
GenericPropertyContentHandler.setTaggedValues(TaggedValues taggedValues) |
void |
GenericPackageContentHandler.setTaggedValues(TaggedValues taggedValues) |
void |
GenericClassContentHandler.setTaggedValues(TaggedValues taggedValues) |
void |
GenericAssociationContentHandler.setTaggedValues(TaggedValues taggedValues) |
abstract void |
AbstractGenericInfoContentHandler.setTaggedValues(TaggedValues taggedValues) |
Modifier and Type | Field and Description |
---|---|
protected SortedMap<String,TaggedValues> |
Xmi10Document.fTaggedValues
Hash table for all relevant tagged values
|
Modifier and Type | Method and Description |
---|---|
TaggedValues |
Xmi10Document.taggedValues(String idref) |
Modifier and Type | Method and Description |
---|---|
static void |
EAAttributeUtil.addTaggedValues(org.sparx.Attribute att,
TaggedValues tvs)
Adds the given collection of tagged values to the tagged values of the
given attribute, NOT checking for duplicate tags.
|
static void |
EAConnectorEndUtil.addTaggedValues(org.sparx.ConnectorEnd end,
TaggedValues tvs)
Adds the given collection of tagged values to the given connector end,
NOT checking for duplicate tags.
|
static void |
EAConnectorUtil.addTaggedValues(org.sparx.Connector con,
TaggedValues tvs)
Adds the given collection of tagged values to the given connector, NOT
checking for duplicate tags.
|
static void |
EAElementUtil.addTaggedValues(org.sparx.Element e,
TaggedValues tvs)
Adds the given collection of tagged values to the tagged values of the
given element, NOT checking for duplicate tags.
|
static List<EATaggedValue> |
EATaggedValue.fromTaggedValues(TaggedValues taggedValues) |
static void |
EAAttributeUtil.setTaggedValues(org.sparx.Attribute att,
TaggedValues tvs)
Sets the given tagged values in the given attribute.
|
static void |
EAConnectorEndUtil.setTaggedValues(org.sparx.ConnectorEnd ce,
TaggedValues tvs)
Sets the given tagged values in the given connector end.
|
static void |
EAConnectorUtil.setTaggedValues(org.sparx.Connector con,
TaggedValues tvs)
Sets the given tagged values in the given connector.
|
static void |
EAElementUtil.setTaggedValues(org.sparx.Element e,
TaggedValues tvs)
Sets the given tagged values in the given element.
|
Copyright © 2018. All rights reserved.