Package com.nomagic.uml2.ext.jmi.helpers
Class InformationFlowHelper
java.lang.Object
com.nomagic.uml2.ext.jmi.helpers.InformationFlowHelper
Information Flow utilities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<InformationFlow>
getInformationFlows
(Element element) Get information flows of the given relationship element.
-
Constructor Details
-
InformationFlowHelper
public InformationFlowHelper()
-
-
Method Details
-
getInformationFlows
Get information flows of the given relationship element.- Parameters:
element
- relationship element.- Returns:
- information flows.
-