Package com.nomagic.magicdraw.uaf
Class UAF.ArchitectureStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ArchitectureStereotype
- Enclosing class:
- UAF
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) voidaddDescribedBy(Element element, Element value) protected voidclear()voidclearConformsTo(Element element) voidclearDescribedBy(Element element) voidgetConformsTo(Element element) getDescribedBy(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveConformsTo(Element element, Element value) voidremoveDescribedBy(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetDescribedBy(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:
-
DESCRIBEDBY
The description of an Architecture.- 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
-
ArchitectureStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getDescribedByProperty
-
getURIProperty
-
getConformsToProperty
-
setDescribedBy
-
clearDescribedBy
-
addDescribedBy
-
removeDescribedBy
-
getDescribedBy
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-