Package com.nomagic.magicdraw.uaf
Class UAF.OperationalSignalStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.OperationalSignalStereotype
- Enclosing class:
 - UAF
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA collection of OperationalActivities that consume and/or produce the OperationalExchangeItem internally.static final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final Stringstatic final StringCaptures Unique identifier for the element. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddActivity(Element element, Element value) voidaddConformsTo(Element element, Element value) voidclearActivity(Element element) voidclearConformsTo(Element element) voidgetActivity(Element element) getConformsTo(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActivity(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidsetActivity(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
ACTIVITY
A collection of OperationalActivities that consume and/or produce the OperationalExchangeItem internally.- See Also:
 
 - 
URI
Captures Unique identifier for the element.- See Also:
 
 - 
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
 
 
 - 
 - 
Constructor Details
- 
OperationalSignalStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getActivityProperty
 - 
getURIProperty
 - 
getConformsToProperty
 - 
setActivity
 - 
clearActivity
 - 
addActivity
 - 
removeActivity
 - 
getActivity
 - 
setURI
 - 
clearURI
 - 
getURI
 - 
setConformsTo
 - 
clearConformsTo
 - 
addConformsTo
 - 
removeConformsTo
 - 
getConformsTo
 - 
is
 - 
isInstance
 
 -