Interface IReception
The public interface for Reception
[DefaultImplementationType(typeof(Reception))]
[XmlDefaultImplementationType(typeof(Reception))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Reception")]
public interface IReception : IBehavioralFeature, IFeature, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Signal
The Signal that this Reception handles. <p>From package UML::SimpleClassifiers.</p>
[XmlElementName("signal")]
[XmlAttribute(true)]
ISignal Signal { get; set; }
Property Value
Methods
Same_name_as_signal(object, object)
A Reception has the same name as its signal name = signal.name
bool Same_name_as_signal(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
Same_structure_as_signal(object, object)
A Reception's parameters match the ownedAttributes of its signal by name, type, and multiplicity signal.ownedAttribute->size() = ownedParameter->size() and Sequence{1..signal.ownedAttribute->size()}->forAll( i | ownedParameter->at(i).direction = ParameterDirectionKind::_'in' and ownedParameter->at(i).name = signal.ownedAttribute->at(i).name and ownedParameter->at(i).type = signal.ownedAttribute->at(i).type and ownedParameter->at(i).lowerBound() = signal.ownedAttribute->at(i).lowerBound() and ownedParameter->at(i).upperBound() = signal.ownedAttribute->at(i).upperBound() )
bool Same_structure_as_signal(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.