Package com.nomagic.magicdraw.uaf
Class UAF.ProtocolImplementationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ProtocolImplementationStereotype
- Enclosing class:
- UAF
public static class UAF.ProtocolImplementationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringRelates the ResourceConnector and ResourcePort to the Protocols that they can implement.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) voidaddImplements(Element element, Element value) protected voidclear()voidclearConformsTo(Element element) voidclearImplements(Element element) voidgetConformsTo(Element element) getImplements(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveConformsTo(Element element, Element value) voidremoveImplements(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetImplements(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:
-
IMPLEMENTS
Relates the ResourceConnector and ResourcePort to the Protocols that they can implement.- 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
-
ProtocolImplementationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getImplementsProperty
-
getURIProperty
-
getConformsToProperty
-
setImplements
-
clearImplements
-
addImplements
-
removeImplements
-
getImplements
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-