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
FieldsModifier and TypeFieldDescriptionstatic final StringIf 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 StringThe 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearIsEncapsulated(Element element) voidclearOriginal(Element element) getOriginal(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isIsEncapsulated(Element element) voidsetIsEncapsulated(Element element, Boolean value) voidsetOriginal(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getOriginalProperty
 - 
getIsEncapsulatedProperty
 - 
setOriginal
 - 
clearOriginal
 - 
getOriginal
 - 
setIsEncapsulated
 - 
clearIsEncapsulated
 - 
isIsEncapsulated
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -