com.ptc.core.meta.common
Interface AssociationIdentifier

All Superinterfaces:
AttributeIdentifier, ElementIdentifier, Identifier, Serializable, TypeInstanceIdentifier
All Known Implementing Classes:
com.ptc.core.meta.common.impl.AbstractAssociationIdentifier, InstanceBasedAssociationIdentifier, ModeledAssociationIdentifier

public interface AssociationIdentifier
extends TypeInstanceIdentifier, AttributeIdentifier

An Association Identifier identifies both an Attribute and a Type, i.e. it identifies an Attribute of Type A and it identifies a referenced Type B.

Supported API: true

Extendable: false


Method Summary
 AssociationIdentifier replaceTail(TypeInstanceIdentifier new_tail)
          

Supported API: true
 

Method Detail

replaceTail

AssociationIdentifier replaceTail(TypeInstanceIdentifier new_tail)


Supported API: true

Parameters:
new_tail -
Returns:
AssociationIdentifier