Package com.nomagic.uml2.ext.jmi.helpers
Class InformationFlowHelper
- java.lang.Object
-
- com.nomagic.uml2.ext.jmi.helpers.InformationFlowHelper
-
@OpenApiAll public class InformationFlowHelper extends java.lang.Object
Information Flow utilities.
-
-
Constructor Summary
Constructors Constructor Description InformationFlowHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<InformationFlow>
getInformationFlows(Element element)
Get information flows of the given relationship element.
-
-
-
Method Detail
-
getInformationFlows
public static java.util.List<InformationFlow> getInformationFlows(Element element)
Get information flows of the given relationship element.- Parameters:
element
- relationship element.- Returns:
- information flows.
-
-