uci.uml.Behavioral_Elements.Common_Behavior
Class Reception

java.lang.Object
  |
  +--uci.uml.Foundation.Core.ElementImpl
        |
        +--uci.uml.Foundation.Core.ModelElementImpl
              |
              +--uci.uml.Foundation.Core.Feature
                    |
                    +--uci.uml.Foundation.Core.BehavioralFeature
                          |
                          +--uci.uml.Behavioral_Elements.Common_Behavior.Reception

public class Reception
extends BehavioralFeature

See Also:
Serialized Form

Field Summary
 boolean _isPolymorphic
           
 Signal _signal
           
 Uninterpreted _specification
           
 
Fields inherited from class uci.uml.Foundation.Core.BehavioralFeature
_isQuery, _parameter, _raisedException
 
Fields inherited from class uci.uml.Foundation.Core.Feature
_owner, _ownerScope, _visibility
 
Fields inherited from class uci.uml.Foundation.Core.ModelElementImpl
_behavior, _collaboration, _constraint, _elementOwnership, _elementReference, _provision, _requirement, _stereotype, _taggedValue, _template, _templateParameter, MAX_STEREOTYPE
 
Fields inherited from class uci.uml.Foundation.Core.ElementImpl
_characteristic, _classification, _highlight, _name, _propertyListeners, _staticListener, _taggedValue, _vetoListeners, elementID
 
Constructor Summary
Reception()
           
 
Method Summary
 boolean getIsPolymorphic()
           
 Signal getSignal()
           
 Uninterpreted getSpecification()
           
 void setIsPolymorphic(boolean x)
           
 void setSignal(Signal x)
           
 void setSpecification(Uninterpreted x)
           
 
Methods inherited from class uci.uml.Foundation.Core.BehavioralFeature
addParameter, addRaisedException, findParameter, getIsQuery, getParameter, getRaisedException, getReturnType, removeParameter, removeRaisedException, setIsQuery, setParameter, setRaisedException, setReturnType
 
Methods inherited from class uci.uml.Foundation.Core.Feature
fireVetoableChange, getOwner, getOwnerScope, getVisibility, setOwner, setOwnerScope, setVisibility, toString
 
Methods inherited from class uci.uml.Foundation.Core.ModelElementImpl
addBehavior, addConstraint, addElementReference, addProvision, addRequirement, addStereotype, addTemplateParameter, alsoTrash, containsStereotype, dbgStereotypes, dbgTaggedValues, getBehavior, getConstraint, getElementOwnership, getElementReference, getNamespace, getProvision, getRequirement, getStereotype, getTemplate, getTemplateParameter, isLegalXMI, isNotLegalXMI, prepareForTrash, recoverFromTrash, removeBehavior, removeConstraint, removeElementReference, removeProvision, removeRequirement, removeStereotype, removeTemplateParameter, setBehavior, setConstraint, setElementOwnership, setElementReference, setNamespace, setProvision, setRequirement, setStereotype, setTemplate, setTemplateParameter
 
Methods inherited from class uci.uml.Foundation.Core.ElementImpl
addCharacteristic, addPropertyChangeListener, addTaggedValue, addVetoableChangeListener, dbgString, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChangeNoCritique, firePropertyChangeNoCritique, fireVetoableChange, fireVetoableChange, fireVetoableChangeNoCompare, getCharacteristic, getClassification, getElementCount, getHighlight, getId, getName, getNamedProperty, getOCLTypeStr, getTaggedValue, getVetoListeners, newElementID, removeCharacteristic, removePropertyChangeListener, removeTaggedValue, removeVetoableChangeListener, setCharacteristic, setClassification, setElementCount, setHighlight, setId, setName, setName, setStaticChangeListener, setTaggedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_isPolymorphic

public boolean _isPolymorphic

_specification

public Uninterpreted _specification

_signal

public Signal _signal
Constructor Detail

Reception

public Reception()
Method Detail

getIsPolymorphic

public boolean getIsPolymorphic()

setIsPolymorphic

public void setIsPolymorphic(boolean x)
                      throws PropertyVetoException

getSpecification

public Uninterpreted getSpecification()

setSpecification

public void setSpecification(Uninterpreted x)
                      throws PropertyVetoException

getSignal

public Signal getSignal()

setSignal

public void setSignal(Signal x)
               throws PropertyVetoException