uk.ac.ucl.cs.uml.jmi.BehavioralElements.Actions.ReadWriteActions
Interface LinkEndData

All Superinterfaces:
ExtObject, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
LinkEndCreationData
All Known Implementing Classes:
LinkEndCreationData_Impl, LinkEndData_Impl

public interface LinkEndData
extends ExtObject

LinkEndData is not an action. It is part of the metamodel that identifies links. It identifies one end of a link to be read by a ReadLinkAction or written by the children of WriteLinkAction.


Method Summary
 AssociationEnd getEnd()
           
 Collection getQualifier()
           
 InputPin getValue()
           
 void setEnd(AssociationEnd end)
          Setter for atomic property end)
 void setValue(InputPin value)
          Setter for atomic property value)
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extDeepCopy, extEquals, extRemoveObjectListener, extValueHash, extVisit
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getEnd

AssociationEnd getEnd()
                      throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setEnd

void setEnd(AssociationEnd end)
            throws javax.jmi.reflect.JmiException
Setter for atomic property end)

Throws:
javax.jmi.reflect.JmiException

getValue

InputPin getValue()
                  throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setValue

void setValue(InputPin value)
              throws javax.jmi.reflect.JmiException
Setter for atomic property value)

Throws:
javax.jmi.reflect.JmiException

getQualifier

Collection getQualifier()
                        throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException