org.eclipse.tigerstripe.model.artifacts
Interface IAssociationArtifact
- All Superinterfaces:
- IAbstractArtifact, IModelComponent, IRelationship, IStereotypeCapable
- All Known Subinterfaces:
- IAssociationClassArtifact
public interface IAssociationArtifact
- extends IModelComponent, IAbstractArtifact, IRelationship
Internal Interface for IAssociationArtifact
- Since:
- 1.2
- Author:
- Eric Dillon
Methods inherited from interface org.eclipse.tigerstripe.model.artifacts.IAbstractArtifact |
addIField, addILabel, addIMethod, asText, doSave, doSilentSave, getAncestors, getArtifactPath, getArtifactType, getChildren, getExtendedIArtifact, getExtendingArtifacts, getExtendingIArtifacts, getFieldITypes, getFullyQualifiedName, getIArtifactType, getIFields, getIFields, getILabels, getILabels, getIMethods, getIMethods, getImplementedArtifacts, getImplementedArtifactsAsStr, getImplementingIArtifacts, getInheritedIFields, getInheritedIFields, getInheritedILabels, getInheritedILabels, getInheritedIMethods, getInheritedIMethods, getIProject, getIProjectDescriptor, getIStandardSpecifics, getITigerstripeProject, getLabel, getPackage, getReferencedArtifacts, getReferencedIArtifacts, getReferencingIArtifacts, getUpdater, hasExtends, isAbstract, isInActiveFacet, isReadonly, makeIField, makeILabel, makeIMethod, removeIFields, removeILabels, removeIMethods, setAbstract, setExtendedIArtifact, setFullyQualifiedName, setIFields, setILabels, setIMethods, setImplementedArtifacts, setPackage, validate, write |
DEFAULT_LABEL
static final java.lang.String DEFAULT_LABEL
- See Also:
- Constant Field Values
setAEnd
void setAEnd(IAssociationEnd aEnd)
setZEnd
void setZEnd(IAssociationEnd zEnd)
makeAssociationEnd
IAssociationEnd makeAssociationEnd()
getAEnd
IAssociationEnd getAEnd()
- Get the 'A' end of this association.
- Returns:
- The 'A' end of this association.
getAssociationEnds
IAssociationEnd[] getAssociationEnds()
- Returns an array containing all association ends
- Returns:
getZEnd
IAssociationEnd getZEnd()
- Get the 'Z' end of this association.
- Returns:
- The 'Z' end of this association.