Package com.nomagic.magicdraw.sysml.util
Class SysMLUtilities
- java.lang.Object
-
- com.nomagic.magicdraw.sysml.util.SysMLUtility
-
- com.nomagic.magicdraw.sysml.util.SysMLUtilities
-
@OpenApiAll public class SysMLUtilities extends SysMLUtility
SysML Utilities class
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.nomagic.magicdraw.sysml.util.SysMLUtility
SysMLUtility.DirectedFeature, SysMLUtility.FlowDirection
-
-
Constructor Summary
Constructors Constructor Description SysMLUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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
-
-
-
-
Method Detail
-
isMDCusForSysMLAndRelatedLoaded
public static boolean isMDCusForSysMLAndRelatedLoaded(@CheckForNull Project project)
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
.
-
-