Package | Description |
---|---|
de.interactive_instruments.ShapeChange.Util.ea |
Modifier and Type | Method and Description |
---|---|
static List<EATaggedValue> |
EATaggedValue.fromTaggedValues(TaggedValues taggedValues) |
static SortedMap<String,EATaggedValue> |
EAAttributeUtil.getEATaggedValues(org.sparx.Attribute att) |
static SortedMap<String,EATaggedValue> |
EAConnectorUtil.getEATaggedValues(org.sparx.Connector conn) |
static SortedMap<String,EATaggedValue> |
EAConnectorEndUtil.getEATaggedValues(org.sparx.ConnectorEnd elmt) |
static SortedMap<String,EATaggedValue> |
EAElementUtil.getEATaggedValues(org.sparx.Element elmt) |
static SortedMap<String,EATaggedValue> |
EAMethodUtil.getEATaggedValues(org.sparx.Method meth) |
static SortedMap<String,EATaggedValue> |
EAParameterUtil.getEATaggedValues(org.sparx.Parameter att) |
Modifier and Type | Method and Description |
---|---|
static void |
EAAttributeUtil.addTaggedValue(org.sparx.Attribute att,
EATaggedValue tv)
Adds the given collection of tagged values to the tagged values of the
given attribute, NOT checking for duplicate tags.
|
static void |
EAConnectorEndUtil.addTaggedValue(org.sparx.ConnectorEnd end,
EATaggedValue tv)
Adds the given tagged value to the given connector end, NOT checking for
duplicate tags.
|
static void |
EAElementUtil.addTaggedValue(org.sparx.Element e,
EATaggedValue tv)
Adds the given tagged value to the tagged values of the given element,
NOT checking for duplicate tags.
|
static void |
EAAttributeUtil.setTaggedValue(org.sparx.Attribute att,
EATaggedValue tv)
Sets the given tagged value in the tagged values of the given attribute.
|
static void |
EAConnectorEndUtil.setTaggedValue(org.sparx.ConnectorEnd ce,
EATaggedValue tv)
Sets the given tagged value in the given connector end.
|
static void |
EAElementUtil.setTaggedValue(org.sparx.Element e,
EATaggedValue tv)
Sets the given tagged value in the tagged values of the given element.
|
Modifier and Type | Method and Description |
---|---|
static void |
EAAttributeUtil.addTaggedValues(org.sparx.Attribute att,
List<EATaggedValue> tvs)
Adds the given collection of tagged values to the tagged values of the
given attribute, NOT checking for duplicate tags.
|
static void |
EAConnectorUtil.addTaggedValues(org.sparx.Connector con,
List<EATaggedValue> 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,
List<EATaggedValue> tvs)
Adds the given list of tagged values to the collection of (EA) tagged
values of the given element, NOT checking for duplicate tags.
|
static void |
EAMethodUtil.addTaggedValues(org.sparx.Method m,
List<EATaggedValue> tvs)
Adds the given list of tagged values to the collection of (EA) tagged
values of the given method, NOT checking for duplicate tags.
|
static org.sparx.Attribute |
EAElementUtil.createEAAttribute(org.sparx.Element e,
String name,
String alias,
String documentation,
Set<String> stereotypes,
List<EATaggedValue> taggedValues,
boolean isDerived,
boolean isOrdered,
boolean allowDuplicates,
String initialValue,
Multiplicity m,
String type,
Integer classifierID)
Create a new attribute for the given element.
|
static void |
EAAttributeUtil.setTaggedValues(org.sparx.Attribute att,
List<EATaggedValue> tvs)
Sets the given tagged values in the given attribute.
|
static void |
EAConnectorUtil.setTaggedValues(org.sparx.Connector con,
List<EATaggedValue> tvs)
Sets the given tagged values in the given connector.
|
static void |
EAElementUtil.setTaggedValues(org.sparx.Element e,
List<EATaggedValue> tvs)
Sets the given tagged values in the given element.
|
static void |
EAMethodUtil.setTaggedValues(org.sparx.Method m,
List<EATaggedValue> tvs)
Sets the given tagged values in the given method.
|
Copyright © 2018. All rights reserved.