endrov.flowBasic.control
Class FlowUnitMap
java.lang.Object
   endrov.flow.FlowUnit
endrov.flow.FlowUnit
       endrov.flow.FlowUnitContainer
endrov.flow.FlowUnitContainer
           endrov.flowBasic.control.FlowUnitMap
endrov.flowBasic.control.FlowUnitMap
- public class FlowUnitMap 
- extends FlowUnitContainer
Flow unit: Map
 
 -> in in' ----- out' out ->
 
 
 
 
 
 
| Methods inherited from class endrov.flow.FlowUnit | 
| checkNotNull, errNullValues, errUnsupportedTypes, getBorderColor, getMidPos, getTextColor, getTypesIn, getTypesInCount, getTypesOut, getTypesOutCount, helperDrawConnectors, isSelected, toDouble | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FlowUnitMap
public FlowUnitMap()
getContainerName
public java.lang.String getContainerName()
- 
- Specified by:
- getContainerNamein class- FlowUnitContainer
 
- 
 
toXML
public java.lang.String toXML(org.jdom.Element e)
- 
- Specified by:
- toXMLin class- FlowUnit
 
- 
 
fromXML
public void fromXML(org.jdom.Element e)
- 
- Specified by:
- fromXMLin class- FlowUnit
 
- 
 
getTypesIn
protected void getTypesIn(java.util.Map<java.lang.String,FlowType> types,
                          Flow flow)
- Get types of flows in
 
- 
- Specified by:
- getTypesInin class- FlowUnit
 
- 
- flow- TODO
 
getTypesOut
protected void getTypesOut(java.util.Map<java.lang.String,FlowType> types,
                           Flow flow)
- Get types of flows out
 
- 
- Specified by:
- getTypesOutin class- FlowUnit
 
- 
- flow- TODO
 
getInsideConns
public java.util.Set<java.lang.String> getInsideConns()
- 
- Specified by:
- getInsideConnsin class- FlowUnitContainer
 
- 
 
editDialog
public void editDialog()
- 
- Specified by:
- editDialogin class- FlowUnit
 
- 
 
evaluate
public void evaluate(Flow flow,
                     FlowExec exec)
              throws java.lang.Exception
- 
- Specified by:
- evaluatein class- FlowUnit
 
- 
- Throws:
- java.lang.Exception
 
getGUIcomponent
public java.awt.Component getGUIcomponent(FlowView p)
- 
- Specified by:
- getGUIcomponentin class- FlowUnit
 
- 
 
getGUIcomponentOffsetX
public int getGUIcomponentOffsetX(java.awt.Component comp,
                                  Flow flow)
- 
- Specified by:
- getGUIcomponentOffsetXin class- FlowUnit
 
- 
 
getGUIcomponentOffsetY
public int getGUIcomponentOffsetY(java.awt.Component c,
                                  Flow f)
- 
- Specified by:
- getGUIcomponentOffsetYin class- FlowUnit
 
- 
 
getHelpArticle
public java.lang.String getHelpArticle()
- 
- Specified by:
- getHelpArticlein class- FlowUnit
 
- 
 
initPlugin
public static void initPlugin()
- Plugin declaration
 
-