Interface IStartClassifierBehaviorAction
The public interface for StartClassifierBehaviorAction
[DefaultImplementationType(typeof(StartClassifierBehaviorAction))]
[XmlDefaultImplementationType(typeof(StartClassifierBehaviorAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//StartClassifierBehaviorAction")]
public interface IStartClassifierBehaviorAction : IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Object
The InputPin that holds the object whose classifierBehavior is to be started. <p>From package UML::Actions.</p>
[Browsable(false)]
[XmlElementName("object")]
[XmlAttribute(false)]
[Containment]
IInputPin Object { get; set; }
Property Value
Methods
Multiplicity(object, object)
The multiplicity of the object InputPin is 1..1 object.is(1,1)
bool Multiplicity(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
Type_has_classifier(object, object)
If the InputPin has a type, then the type or one of its ancestors must have a classifierBehavior. object.type->notEmpty() implies (object.type.oclIsKindOf(BehavioredClassifier) and object.type.oclAsType(BehavioredClassifier).classifierBehavior<>null)
bool Type_has_classifier(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.