Modifier and Type | Method and Description |
---|---|
StructuredNumber |
StructuredNumber.createCopy() |
StructuredNumber |
StructuredNumber.createCopyWithSuffix(int number)
Creates a copy of this StructuredNumber, appending the given number.
|
Modifier and Type | Method and Description |
---|---|
int |
StructuredNumber.compareTo(StructuredNumber sn)
Comparison method.
|
boolean |
StructuredNumber.equals(StructuredNumber sn)
Checks if this StructuredNumber is equal to the given one.
|
Modifier and Type | Method and Description |
---|---|
StructuredNumber |
PropertyInfo.sequenceNumber() |
Modifier and Type | Method and Description |
---|---|
SortedMap<StructuredNumber,PropertyInfo> |
ClassInfo.properties()
Get a map of all navigable properties (attributes and association roles)
that belong to this class - NOT one of its base classes.
|
Modifier and Type | Field and Description |
---|---|
protected StructuredNumber |
PropertyInfoEA.sequenceNumber
Sequence number of property
|
Modifier and Type | Field and Description |
---|---|
protected TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoEA.propertiesCache
Cache (ordered) set for properties
|
Modifier and Type | Method and Description |
---|---|
StructuredNumber |
PropertyInfoEA.sequenceNumber() |
Modifier and Type | Method and Description |
---|---|
SortedMap<StructuredNumber,PropertyInfo> |
ClassInfoEA.properties() |
Modifier and Type | Field and Description |
---|---|
protected StructuredNumber |
GenericPropertyInfo.sequenceNumber |
Modifier and Type | Field and Description |
---|---|
protected SortedMap<StructuredNumber,PropertyInfo> |
GenericClassInfo.properties |
Modifier and Type | Method and Description |
---|---|
StructuredNumber |
GenericClassInfo.getNextSequenceNumber() |
StructuredNumber |
GenericPropertyInfo.sequenceNumber() |
Modifier and Type | Method and Description |
---|---|
SortedMap<StructuredNumber,PropertyInfo> |
GenericClassInfo.properties() |
Modifier and Type | Method and Description |
---|---|
GenericPropertyInfo |
GenericClassInfo.propertyBySequenceNumber(StructuredNumber sn) |
void |
GenericClassInfo.removeByStructuredNumber(StructuredNumber sn)
Removes the property from this class where
property.sequenceNumber().equals(sn) . |
void |
GenericPropertyInfo.setSequenceNumber(StructuredNumber sequenceNumber,
boolean updateTaggedValue)
Sets the structured number to be used by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericClassInfo.setProperties(SortedMap<StructuredNumber,PropertyInfo> properties) |
Modifier and Type | Field and Description |
---|---|
protected StructuredNumber |
PropertyInfoXmi10.sequenceNumber |
Modifier and Type | Field and Description |
---|---|
protected TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoXmi10.properties |
Modifier and Type | Method and Description |
---|---|
StructuredNumber |
PropertyInfoXmi10.sequenceNumber() |
Modifier and Type | Method and Description |
---|---|
TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoXmi10.properties() |
Copyright © 2018. All rights reserved.