Package com.nomagic.magicdraw.uaf
Class UAF.ActualResourceRelationshipStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualResourceRelationshipStereotype
- Enclosing class:
- UAF
public static class UAF.ActualResourceRelationshipStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringAn optional property that relates the flowing item to the instances of the connector s enclosing block.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) protected voidclear()voidclearConformsTo(Element element) voidclearItemProperty(Element element) voidgetConformsTo(Element element) getItemProperty(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveConformsTo(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetItemProperty(Element element, Element value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- 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:
-
ITEMPROPERTY
An optional property that relates the flowing item to the instances of the connector s enclosing block. This property is applicable only for item flows assigned to connectors. The multiplicity is zero if the item flow is assigned to an Association.- See Also:
-
-
Constructor Details
-
ActualResourceRelationshipStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getURIProperty
-
getConformsToProperty
-
getItemPropertyProperty
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setItemProperty
-
clearItemProperty
-
getItemProperty
-
clear
protected void clear() -
is
-
isInstance
-