Interface IOperationTemplateParameter
The public interface for OperationTemplateParameter
[DefaultImplementationType(typeof(OperationTemplateParameter))]
[XmlDefaultImplementationType(typeof(OperationTemplateParameter))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//OperationTemplateParameter")]
public interface IOperationTemplateParameter : ITemplateParameter, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
Match_default_signature(object, object)
default->notEmpty() implies (default.oclIsKindOf(Operation) and (let defaultOp : Operation = default.oclAsType(Operation) in defaultOp.ownedParameter->size() = parameteredElement.ownedParameter->size() and Sequence{1.. defaultOp.ownedParameter->size()}->forAll( ix | let p1: Parameter = defaultOp.ownedParameter->at(ix), p2 : Parameter = parameteredElement.ownedParameter->at(ix) in p1.type = p2.type and p1.upper = p2.upper and p1.lower = p2.lower and p1.direction = p2.direction and p1.isOrdered = p2.isOrdered and p1.isUnique = p2.isUnique)))
bool Match_default_signature(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.