Package com.nomagic.magicdraw.sysml.util
Class SysMLUtilities
java.lang.Object
com.nomagic.magicdraw.sysml.util.SysMLUtility
com.nomagic.magicdraw.sysml.util.SysMLUtilities
SysML Utilities class
-
Nested Class Summary
Nested classes/interfaces inherited from class com.nomagic.magicdraw.sysml.util.SysMLUtility
SysMLUtility.DirectedFeature, SysMLUtility.FlowDirection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isMDCusForSysMLAndRelatedLoaded
(Project project) Check whether the MD_Customization_for_SysML and related profile already been loaded or not.Methods inherited from class com.nomagic.magicdraw.sysml.util.SysMLUtility
getDirectionForPort, getFeatureDirection, getFlowDirection, isAtomicFlowPort, isBlockNotConstraint, isEncapsulated, isInterfaceBlockNotConstraint, setDirectionForFlowPort
-
Constructor Details
-
SysMLUtilities
public SysMLUtilities()
-
-
Method Details
-
isMDCusForSysMLAndRelatedLoaded
Check whether the MD_Customization_for_SysML and related profile already been loaded or not. Profile version is not checked.- Parameters:
project
- the project to be checked.- Returns:
true
if MD_Customization_for_SysML and SysML profile have been loaded already, otherwisefalse
.
-