Package com.nomagic.magicdraw.uaf
Class UAF.ProtocolStackStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ProtocolStackStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
If true, then the block is treated as a black box; a part typed by this black box can only be connected via its ports or directly to its outer boundary.static final String
The date when this version of the Standard was published.static final String
Relates a Standard to the ActualOrganization that ratified the Standard.static final String
The date when this version of the Standard was retired.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) void
addRatifiedBy
(Element element, Element value) protected void
clear()
void
clearConformsTo
(Element element) void
clearIsEncapsulated
(Element element) void
clearMandatedDate
(Element element) void
clearRatifiedBy
(Element element) void
clearRetiredDate
(Element element) void
getConformsTo
(Element element) getMandatedDate
(Element element) getRatifiedBy
(Element element) getRetiredDate
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isIsEncapsulated
(Element element) void
removeConformsTo
(Element element, Element value) void
removeRatifiedBy
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setIsEncapsulated
(Element element, Boolean value) void
setMandatedDate
(Element element, Element value) void
setRatifiedBy
(Element element, Collection<? extends Element> value) void
setRetiredDate
(Element element, Element value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
MANDATEDDATE
The date when this version of the Standard was published.- See Also:
-
RATIFIEDBY
Relates a Standard to the ActualOrganization that ratified the Standard.- See Also:
-
RETIREDDATE
The date when this version of the Standard was retired.- 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:
-
ISENCAPSULATED
If true, then the block is treated as a black box; a part typed by this black box can only be connected via its ports or directly to its outer boundary. If false, or if a value is not present, then connections can be established to elements of its internal structure via deep-nested connector ends.- See Also:
-
-
Constructor Details
-
ProtocolStackStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getMandatedDateProperty
-
getRatifiedByProperty
-
getRetiredDateProperty
-
getURIProperty
-
getConformsToProperty
-
getIsEncapsulatedProperty
-
setMandatedDate
-
clearMandatedDate
-
getMandatedDate
-
setRatifiedBy
-
clearRatifiedBy
-
addRatifiedBy
-
removeRatifiedBy
-
getRatifiedBy
-
setRetiredDate
-
clearRetiredDate
-
getRetiredDate
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setIsEncapsulated
-
clearIsEncapsulated
-
isIsEncapsulated
-
clear
protected void clear() -
is
-
isInstance
-