Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.ConjugatedInterfaceBlockStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.ConjugatedInterfaceBlockStereotype
- Enclosing class:
- SysMLProfile
public static class SysMLProfile.ConjugatedInterfaceBlockStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 original Interface Block of the conjugated Interface Block that has the same features as the original, except its Directed Features and Flow Properties are reversed.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearIsEncapsulated
(Element element) void
clearOriginal
(Element element) getOriginal
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isIsEncapsulated
(Element element) void
setIsEncapsulated
(Element element, Boolean value) void
setOriginal
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ORIGINAL
The original Interface Block of the conjugated Interface Block that has the same features as the original, except its Directed Features and Flow Properties are reversed.- 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
-
ConjugatedInterfaceBlockStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getOriginalProperty
-
getIsEncapsulatedProperty
-
setOriginal
-
clearOriginal
-
getOriginal
-
setIsEncapsulated
-
clearIsEncapsulated
-
isIsEncapsulated
-
clear
protected void clear() -
is
-
isInstance
-