Interface IBehavioredClassifier
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
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
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
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
GetAllImplementedInterfaces()
Retrieves all the interfaces on which this behaviored classifier or any of its parents has an interface realization dependency.
ISetExpression<IInterface> GetAllImplementedInterfaces()
Returns
GetImplementedInterfaces()
Retrieves the interfaces on which this behaviored classifier has an interface realization dependency.
ISetExpression<IInterface> GetImplementedInterfaces()