Package | Description |
---|---|
de.interactive_instruments.ShapeChange.Util |
Modifier and Type | Method and Description |
---|---|
static void |
EAModelUtil.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 |
EAModelUtil.addTaggedValue(org.sparx.ConnectorEnd end,
EATaggedValue tv)
Adds the given tagged value to the given connector end, NOT checking for
duplicate tags.
|
static void |
EAModelUtil.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 |
EAModelUtil.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 |
EAModelUtil.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 |
EAModelUtil.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 |
EAModelUtil.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 |
EAModelUtil.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 |
EAModelUtil.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 |
EAModelUtil.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 org.sparx.Connector |
EAModelUtil.createEAAssociation(org.sparx.Element client,
org.sparx.Element supplier) |
static org.sparx.Attribute |
EAModelUtil.createEAAttribute(org.sparx.Element e,
String name,
String alias,
String documentation,
Set<String> stereotypes,
List<EATaggedValue> taggedValues,
boolean isDerived,
boolean isOrdered,
String initialValue,
Multiplicity m,
String type,
Integer classifierID) |
static org.sparx.Element |
EAModelUtil.createEAClass(org.sparx.Repository rep,
String className,
int eaPkgId) |
static org.sparx.Element |
EAModelUtil.createEAClass(org.sparx.Repository rep,
String className,
int eaPkgId,
String type) |
static void |
EAModelUtil.createEAGeneralization(org.sparx.Repository rep,
int c1ElementId,
String c1Name,
int c2ElementId,
String c2Name) |
static int |
EAModelUtil.createEAPackage(org.sparx.Repository rep,
PackageInfo pi,
int eaParentPkgId)
Creates an EA package for the given PackageInfo.
|
static void |
EAModelUtil.setEAAbstract(boolean isAbstract,
org.sparx.Element e) |
static void |
EAModelUtil.setEAAlias(String aliasName,
org.sparx.Element e) |
static void |
EAModelUtil.setEAAssociationClass(org.sparx.Connector con,
org.sparx.Element classElement)
NOTE: only works with EA 12 Java API, not the previous API.
|
static void |
EAModelUtil.setEACardinality(org.sparx.ConnectorEnd conEnd,
String cardinalityAsString) |
static void |
EAModelUtil.setEAName(org.sparx.Connector con,
String name) |
static void |
EAModelUtil.setEANotes(String documentation,
org.sparx.Element e) |
static void |
EAModelUtil.setEARole(org.sparx.ConnectorEnd conEnd,
String role) |
static void |
EAModelUtil.setEAStereotype(org.sparx.Connector con,
String stereotype) |
static void |
EAModelUtil.setEAStereotype(org.sparx.Element e,
String stereotype) |
static void |
EAModelUtil.setTaggedValue(org.sparx.Attribute att,
EATaggedValue tv)
Sets the given tagged value in the tagged values of the given attribute.
|
static void |
EAModelUtil.setTaggedValue(org.sparx.Attribute att,
String name,
String value)
Sets the given tagged value in the tagged values of the given attribute.
|
static void |
EAModelUtil.setTaggedValue(org.sparx.ConnectorEnd ce,
EATaggedValue tv)
Sets the given tagged value in the given connector end.
|
static void |
EAModelUtil.setTaggedValue(org.sparx.ConnectorEnd end,
String name,
String value)
Sets the given tagged value in the tagged values of the given connector
end.
|
static void |
EAModelUtil.setTaggedValue(org.sparx.Element e,
EATaggedValue tv)
Sets the given tagged value in the tagged values of the given element.
|
static void |
EAModelUtil.setTaggedValue(org.sparx.Element e,
String name,
String value)
Sets the given tagged value in the tagged values of the given element.
|
static void |
EAModelUtil.setTaggedValues(org.sparx.Attribute att,
List<EATaggedValue> tvs)
Sets the given tagged values in the given attribute.
|
static void |
EAModelUtil.setTaggedValues(org.sparx.Attribute att,
TaggedValues tvs)
Sets the given tagged values in the given attribute.
|
static void |
EAModelUtil.setTaggedValues(org.sparx.ConnectorEnd ce,
TaggedValues tvs)
Sets the given tagged values in the given connector end.
|
static void |
EAModelUtil.setTaggedValues(org.sparx.Connector con,
List<EATaggedValue> tvs)
Sets the given tagged values in the given connector.
|
static void |
EAModelUtil.setTaggedValues(org.sparx.Connector con,
TaggedValues tvs)
Sets the given tagged values in the given connector.
|
static void |
EAModelUtil.setTaggedValues(org.sparx.Element e,
List<EATaggedValue> tvs)
Sets the given tagged values in the given element.
|
static void |
EAModelUtil.setTaggedValues(org.sparx.Element e,
TaggedValues tvs)
Sets the given tagged values in the given element.
|
Copyright © 2017. All rights reserved.