Math2mat
Public Member Functions

m2m.frontend.dynamicview.model.GraphicLoopIterator Class Reference

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

List of all members.

Public Member Functions

 GraphicLoopIterator ()
 GraphicLoopIterator (String startInit, String inc, String endCond, Operation op)
boolean getMonitor ()
void setMonitor (boolean monitor)
String getStartInitialisation ()
void setStartInitialisation (String startInit)
String getIncrementation ()
void setIncrementation (String inc)
String getEndCondition ()
void setEndCondition (String endCond)
InternPointConnection getOutPoint ()
Vector< NodegetChildrenArray ()
void addConditionNodes (Node node)
void removeConditionNodes (Node node)
Vector< NodegetConditionNodes ()
void setVisible (boolean visible)
PointConnection getOutputPointConnection ()
void setOutputPointConnexion (PointConnection pc)
Operation getIterOperation ()
void setIterOperation (Operation op)
void setSelectAll (boolean val)
boolean getSelectAll ()
boolean CanSetLayout (Rectangle layoutTest)

Detailed Description

Definition at line 28 of file GraphicLoopIterator.java.


Constructor & Destructor Documentation

m2m.frontend.dynamicview.model.GraphicLoopIterator.GraphicLoopIterator ( )

Default contructor.

Definition at line 63 of file GraphicLoopIterator.java.

m2m.frontend.dynamicview.model.GraphicLoopIterator.GraphicLoopIterator ( String  startInit,
String  inc,
String  endCond,
Operation  op 
)

Constructor with iterator parameter values.

Parameters:
startInitString representation of the start initialisation value
incString representation of the incrementation value
endCondString representation of the end condition value

Definition at line 87 of file GraphicLoopIterator.java.


Member Function Documentation

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

Add a node in the vector of condition nodes of the GraphicLoopIterator.

Parameters:
nodeNode to the vector to add

Definition at line 214 of file GraphicLoopIterator.java.

boolean m2m.frontend.dynamicview.model.GraphicLoopIterator.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 318 of file GraphicLoopIterator.java.

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

Get the vector of child of the GraphicLoopIterator.

Returns:
the vector of child of the GraphicLoopIterator

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

Definition at line 202 of file GraphicLoopIterator.java.

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

Get the vector of condition nodes of the GraphicLoopIterator.

Returns:
the vector of condition nodes of the GraphicLoopIterator

Definition at line 240 of file GraphicLoopIterator.java.

String m2m.frontend.dynamicview.model.GraphicLoopIterator.getEndCondition ( )

Get the end condition string representation of the GraphicLoopIterator.

Returns:
the end condition string representation of the GraphicLoopIterator

Definition at line 172 of file GraphicLoopIterator.java.

String m2m.frontend.dynamicview.model.GraphicLoopIterator.getIncrementation ( )

Get the incrementation string representation of the GraphicLoopIterator.

Returns:
the incrementation string representation of the GraphicLoopIterator

Definition at line 152 of file GraphicLoopIterator.java.

Operation m2m.frontend.dynamicview.model.GraphicLoopIterator.getIterOperation ( )

Get the iterator operation of the loop for.

Returns:
the iterator operation of the loop for

Definition at line 282 of file GraphicLoopIterator.java.

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

Get the monitor attribute of the GraphicLoopIterator element.

Returns:
the monitor attribute of the GraphicLoopIterator element.

Definition at line 109 of file GraphicLoopIterator.java.

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

Get the outPoint attribute of the GraphicLoopIterator.

Returns:
the outPoint attribute of the GraphicLoopIterator

Definition at line 192 of file GraphicLoopIterator.java.

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

Get the output connection point.

Returns:
the output connection point of the GraphicLoopIterator

Definition at line 261 of file GraphicLoopIterator.java.

boolean m2m.frontend.dynamicview.model.GraphicLoopIterator.getSelectAll ( )

Get the selectAll attribute of the operation.

Returns:
the selectAll attribute of the operation.

Definition at line 309 of file GraphicLoopIterator.java.

String m2m.frontend.dynamicview.model.GraphicLoopIterator.getStartInitialisation ( )

Get the start initialisation string representation of the GraphicLoopIterator.

Returns:
the start initialisation string representation of the GraphicLoopIterator

Definition at line 132 of file GraphicLoopIterator.java.

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

Remove a node in the vector of condition nodes of the GraphicLoopIterator.

Parameters:
pcNode to the vector to remove

Definition at line 227 of file GraphicLoopIterator.java.

void m2m.frontend.dynamicview.model.GraphicLoopIterator.setEndCondition ( String  endCond)

Set the end condition of the of the GraphicLoopIterator.

Parameters:
endCondEnd condition string representation to the iterator to set

Definition at line 182 of file GraphicLoopIterator.java.

void m2m.frontend.dynamicview.model.GraphicLoopIterator.setIncrementation ( String  inc)

Set the incrementation string representation of the GraphicLoopIterator.

Parameters:
incIncrementation string representation to the iterator to set

Definition at line 162 of file GraphicLoopIterator.java.

void m2m.frontend.dynamicview.model.GraphicLoopIterator.setIterOperation ( Operation  op)

Set the iterator operation of the loop for.

Parameters:
opthe iterator operation to set to the loop for

Definition at line 291 of file GraphicLoopIterator.java.

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

Set the monitor attribute of the GraphicLoopIterator element.

Parameters:
monitorMonitor value to the GraphicLoopIterator element to set

Definition at line 119 of file GraphicLoopIterator.java.

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

Set the output connection point of the GraphicLoopIterator.

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

Definition at line 271 of file GraphicLoopIterator.java.

void m2m.frontend.dynamicview.model.GraphicLoopIterator.setSelectAll ( boolean  val)

Set the selectAll attribute of the operation.

Parameters:
valThe value to the selectAll attribute to set

Definition at line 299 of file GraphicLoopIterator.java.

void m2m.frontend.dynamicview.model.GraphicLoopIterator.setStartInitialisation ( String  startInit)

Set the start initialisation string representation of the GraphicLoopIterator.

Parameters:
startInitStart initialisation string representation to the iterator to set

Definition at line 142 of file GraphicLoopIterator.java.

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

Set the visible attribute of the GraphicLoopIterator.

Parameters:
visibleVisible attribute to the GraphicLoopIterator to set

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

Definition at line 250 of file GraphicLoopIterator.java.


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