| Modifier and Type | Method and Description |
|---|---|
Property |
ActionActivation.getOppositeEnd(Association association,
StructuralFeature end) |
| Modifier and Type | Method and Description |
|---|---|
FeatureValueList |
Link.getOtherFeatureValues(ExtensionalValueList extent,
Property end) |
boolean |
Link.isMatchingLink(ExtensionalValue link,
Property end) |
| Modifier and Type | Field and Description |
|---|---|
Property |
LinkEndData.end |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkEndData.setEnd(Property end) |
| Modifier and Type | Field and Description |
|---|---|
Property |
Property.opposite |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyList.getValue(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
Property._setOpposite(Property opposite) |
protected void |
Classifier.addAttribute(Property attribute) |
void |
PropertyList.addValue(int i,
Property v) |
void |
PropertyList.addValue(Property v) |
void |
PropertyList.setValue(int i,
Property v) |
| Modifier and Type | Method and Description |
|---|---|
void |
Signal.addOwnedAttribute(Property ownedAttribute) |
void |
DataType.addOwnedAttribute(Property ownedAttribute) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Association._addMemberEnd(Property memberEnd) |
void |
Association.addMemberEnd(Property memberEnd) |
void |
Association.addNavigableOwnedEnd(Property navigableOwnedEnd) |
void |
Class_.addOwnedAttribute(Property ownedAttribute) |
void |
Association.addOwnedEnd(Property ownedEnd) |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryMapping.mapProperty(Classifier clss,
Property proprty,
RepositoryArtifact artifact) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionEnd |
| Modifier and Type | Method and Description |
|---|---|
Property[] |
ModelFactory.createAssociationEnds(Association assoc,
String ends) |
Property |
ModelFactory.createProperty(Association assoc,
String name,
String id,
String typeName,
String subsettedProperty,
String redefinedProperty,
boolean readOnly,
boolean derived,
boolean derivedUnion) |
Property |
ModelFactory.createProperty(Class_ c,
String name,
String id,
String typeName,
String redefinedProperty,
boolean readOnly,
boolean derived,
boolean derivedUnion) |
Property |
ModelFactory.createProperty(String name,
String id,
String typeName,
String redefinedProperty,
boolean readOnly,
boolean derived,
boolean derivedUnion) |
Property |
Property.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
Association |
ModelFactory.createAssociation(String name,
String id,
Property[] members) |
ValueSpecification |
ModelFactory.createDefault(Property prop,
Object value,
String instance,
String id,
String xmiType,
String typeId) |
LiteralInteger |
ModelFactory.createLowerValue(Property p,
boolean hasLowerValue,
String value) |
LiteralSpecification |
ModelFactory.createUpperValue(Property p,
boolean hasUpperValue,
String value)
multiplicity examples
---------------------------------------
1 - Default if omitted
* - zero or more
1..* - 1 or more
0..1 - zero or 1
2..5 - At least 2 and up to 5
2,5 - 2 or 5
n - Unknown at compile time
---------------------------------------
|
void |
InMemoryMapping.mapProperty(Classifier c,
Property p,
RepositoryArtifact artifact) |
| Constructor and Description |
|---|
Property(Property property,
RepositoryArtifact artifact) |
Copyright © 2020. All rights reserved.