Math2mat
Public Member Functions

m2m.frontend.dynamicview.model.GraphicIf Class Reference

Inheritance diagram for m2m.frontend.dynamicview.model.GraphicIf:
Inheritance graph
[legend]
Collaboration diagram for m2m.frontend.dynamicview.model.GraphicIf:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GraphicIf ()
PointConnection getOutputPointConnection ()
void setOutputPointConnexion (PointConnection pc)
boolean getMonitor ()
void setMonitor (boolean monitor)
String getCondition ()
void setCondition (String cond)
InternPointConnection getTruePoint ()
InternPointConnection getFalsePoint ()
InternPointConnection getOutPoint ()
void addConditionNodes (Node node)
void removeConditionNodes (Node node)
Vector< NodegetConditionNodes ()
Vector< NodegetChildrenArray ()
void setVisible (boolean visible)
boolean CanSetLayout (Rectangle layoutTest)

Detailed Description

Definition at line 32 of file GraphicIf.java.


Constructor & Destructor Documentation

m2m.frontend.dynamicview.model.GraphicIf.GraphicIf ( )

Default contructor of a GraphicIf.

Definition at line 63 of file GraphicIf.java.


Member Function Documentation

void m2m.frontend.dynamicview.model.GraphicIf.addConditionNodes ( Node  node)

Add a connection point in the list of condition nodes.

Parameters:
pcThe connection point to the list to add

Definition at line 192 of file GraphicIf.java.

boolean m2m.frontend.dynamicview.model.GraphicIf.CanSetLayout ( Rectangle  layoutTest)

Indicate if the new layout can be set.

Returns:
if the new layout can be set

Reimplemented from m2m.frontend.dynamicview.model.Node.

Definition at line 255 of file GraphicIf.java.

Vector<Node> m2m.frontend.dynamicview.model.GraphicIf.getChildrenArray ( )

Get the list of child of the GraphicIf.

Returns:
the list of child of the GraphicIf

Reimplemented from m2m.frontend.dynamicview.model.Node.

Definition at line 228 of file GraphicIf.java.

String m2m.frontend.dynamicview.model.GraphicIf.getCondition ( )

Get the condition of the GraphicIf.

Returns:
the condition of the GraphicIf

Definition at line 141 of file GraphicIf.java.

Vector<Node> m2m.frontend.dynamicview.model.GraphicIf.getConditionNodes ( )

Get the list of condition nodes of the GraphicIf.

Returns:
the list of conditionnodes of the GraphicIf

Definition at line 218 of file GraphicIf.java.

InternPointConnection m2m.frontend.dynamicview.model.GraphicIf.getFalsePoint ( )

Get the false intern connection point of the GraphicIf.

Returns:
the false intern connection point of the GraphicIf

Definition at line 172 of file GraphicIf.java.

boolean m2m.frontend.dynamicview.model.GraphicIf.getMonitor ( )

Get the monitor attribute of the GraphicIf element.

Returns:
the monitor attribute of the GraphicIf element

Definition at line 112 of file GraphicIf.java.

InternPointConnection m2m.frontend.dynamicview.model.GraphicIf.getOutPoint ( )

Get the out intern connection point of the GraphicIf.

Returns:
the out intern connection pointof the GraphicIf

Definition at line 182 of file GraphicIf.java.

PointConnection m2m.frontend.dynamicview.model.GraphicIf.getOutputPointConnection ( )

Get the output connection point.

Returns:
the output connection point of the GraphicIf

Definition at line 91 of file GraphicIf.java.

InternPointConnection m2m.frontend.dynamicview.model.GraphicIf.getTruePoint ( )

Get the true intern connection point of the GraphicIf.

Returns:
the true intern connection point of the GraphicIf

Definition at line 161 of file GraphicIf.java.

void m2m.frontend.dynamicview.model.GraphicIf.removeConditionNodes ( Node  node)

Remove a connection point in the list of condition nodes.

Parameters:
pcThe connection point to the list to remove

Definition at line 205 of file GraphicIf.java.

void m2m.frontend.dynamicview.model.GraphicIf.setCondition ( String  cond)

Set the condition of the GraphicIf.

Parameters:
condThe value to the condition to set.

Definition at line 151 of file GraphicIf.java.

void m2m.frontend.dynamicview.model.GraphicIf.setMonitor ( boolean  monitor)

Set the monitor attribute of the GraphicIf element.

Parameters:
monitorMonitor value to the GraphicIf element to set

Definition at line 125 of file GraphicIf.java.

void m2m.frontend.dynamicview.model.GraphicIf.setOutputPointConnexion ( PointConnection  pc)

Set the output connection point of the GraphicIf.

Parameters:
pcThe connection point to the output connection point to set

Definition at line 101 of file GraphicIf.java.

void m2m.frontend.dynamicview.model.GraphicIf.setVisible ( boolean  visible)

Set the visible attribute of the GraphicIf.

Parameters:
visibleThe value to the visible attribute to set

Reimplemented from m2m.frontend.dynamicview.model.Node.

Definition at line 242 of file GraphicIf.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations