Math2mat
Public Member Functions

m2m.frontend.dynamicview.model.GraphicOperation Class Reference

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

List of all members.

Public Member Functions

 GraphicOperation ()
PointConnection getOutputPointConnection ()
void setOutputPointConnexion (PointConnection pc)
void setOperatorName (String operatorName)
String getOperatorName ()
void setSelectAll (boolean val)
boolean getSelectAll ()
boolean CanSetLayout (Rectangle layoutTest)

Detailed Description

Definition at line 19 of file GraphicOperation.java.


Constructor & Destructor Documentation

m2m.frontend.dynamicview.model.GraphicOperation.GraphicOperation ( )

Default contructor.

Definition at line 38 of file GraphicOperation.java.


Member Function Documentation

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

String m2m.frontend.dynamicview.model.GraphicOperation.getOperatorName ( )

Get the operator name of the operation.

Returns:
the operator name of the operation

Definition at line 82 of file GraphicOperation.java.

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

Get the output connection point of the operation.

Returns:
the output pointConnection of the operation

Definition at line 51 of file GraphicOperation.java.

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

Get the selectAll attribute of the operation.

Returns:
the selectAll attribute of the operation.

Definition at line 102 of file GraphicOperation.java.

void m2m.frontend.dynamicview.model.GraphicOperation.setOperatorName ( String  operatorName)

Set the operator name of the operation.

Parameters:
operatorNameThe operator name to the operation to set

Definition at line 72 of file GraphicOperation.java.

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

Set the output connection point of the operation.

Parameters:
pcThe connection point to the operation to set

Definition at line 61 of file GraphicOperation.java.

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

Set the selectAll attribute of the operation.

Parameters:
valThe value to the selectAll attribute to set

Definition at line 92 of file GraphicOperation.java.


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