Interface IStartObjectBehaviorAction
The public interface for StartObjectBehaviorAction
[DefaultImplementationType(typeof(StartObjectBehaviorAction))]
[XmlDefaultImplementationType(typeof(StartObjectBehaviorAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//StartObjectBehaviorAction")]
public interface IStartObjectBehaviorAction : ICallAction, IInvocationAction, IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Object
An InputPin that holds the object that is either a Behavior to be started or has a classifierBehavior to be started. <p>From package UML::Actions.</p>
[Browsable(false)]
[XmlElementName("object")]
[XmlAttribute(false)]
[Containment]
IInputPin Object { get; set; }
Property Value
Methods
Behavior()
If the type of the object InputPin is a Behavior, then that Behavior. Otherwise, if the type of the object InputPin is a BehavioredClassifier, then the classifierBehavior of that BehavioredClassifier. result = (if object.type.oclIsKindOf(Behavior) then object.type.oclAsType(Behavior) else if object.type.oclIsKindOf(BehavioredClassifier) then object.type.oclAsType(BehavioredClassifier).classifierBehavior else null endif endif) <p>From package UML::Actions.</p>
IBehavior Behavior()
Returns
Multiplicity_of_object(object, object)
The multiplicity of the object InputPin must be 1..1. object.is(1,1)
bool Multiplicity_of_object(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
No_onport(object, object)
A StartObjectBehaviorAction may not specify onPort. onPort->isEmpty()
bool No_onport(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_of_object(object, object)
The type of the object InputPin must be either a Behavior or a BehavioredClassifier with a classifierBehavior. self.behavior()<>null
bool Type_of_object(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.