Table of Contents

Interface IBehavioredClassifier

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

The public interface for BehavioredClassifier

[DefaultImplementationType(typeof(BehavioredClassifier))]
[XmlDefaultImplementationType(typeof(BehavioredClassifier))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//BehavioredClassifier")]
public interface IBehavioredClassifier : IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

ClassifierBehavior

A Behavior that specifies the behavior of the BehavioredClassifier itself. <p>From package UML::SimpleClassifiers.</p>

[Browsable(false)]
[XmlElementName("classifierBehavior")]
[XmlAttribute(false)]
[Containment]
IBehavior ClassifierBehavior { get; set; }

Property Value

IBehavior

InterfaceRealization

The set of InterfaceRealizations owned by the BehavioredClassifier. Interface realizations reference the Interfaces of which the BehavioredClassifier is an implementation. <p>From package UML::SimpleClassifiers.</p>

[Browsable(false)]
[XmlElementName("interfaceRealization")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("implementingClassifier")]
IOrderedSetExpression<IInterfaceRealization> InterfaceRealization { get; }

Property Value

IOrderedSetExpression<IInterfaceRealization>

OwnedBehavior

Behaviors owned by a BehavioredClassifier. <p>From package UML::SimpleClassifiers.</p>

[Browsable(false)]
[XmlElementName("ownedBehavior")]
[XmlAttribute(false)]
[Containment]
IListExpression<IBehavior> OwnedBehavior { get; }

Property Value

IListExpression<IBehavior>

Methods

Class_behavior(object, object)

If a behavior is classifier behavior, it does not have a specification. classifierBehavior->notEmpty() implies classifierBehavior.specification->isEmpty()

bool Class_behavior(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

GetAllImplementedInterfaces()

Retrieves all the interfaces on which this behaviored classifier or any of its parents has an interface realization dependency.

ISetExpression<IInterface> GetAllImplementedInterfaces()

Returns

ISetExpression<IInterface>

GetImplementedInterfaces()

Retrieves the interfaces on which this behaviored classifier has an interface realization dependency.

ISetExpression<IInterface> GetImplementedInterfaces()

Returns

ISetExpression<IInterface>