Math2mat
Public Member Functions

m2m.frontend.dynamicview.model.PointConnection Class Reference

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

List of all members.

Public Member Functions

boolean getIsConstant ()
void setIsConstant (boolean value)
boolean getMonitor ()
void setMonitor (boolean monitor)
Node getOutputResult ()
void setOutputResult (Node outputResult)
boolean CanSetLayout (Rectangle layoutTest)

Detailed Description

Definition at line 24 of file PointConnection.java.


Member Function Documentation

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

boolean m2m.frontend.dynamicview.model.PointConnection.getIsConstant ( )

Get the isConstant attribute of the PointConnection.

Returns:
the isConstant attribute of the PointConnection

Definition at line 40 of file PointConnection.java.

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

Get the monitor attribute of the element of the PointConnection.

Returns:
the monitor attribute of the element of the PointConnection

Definition at line 59 of file PointConnection.java.

Node m2m.frontend.dynamicview.model.PointConnection.getOutputResult ( )

Get the outputResul attribut of the PointConnection.

Returns:
the outputResul attribut of the PointConnection

Definition at line 82 of file PointConnection.java.

void m2m.frontend.dynamicview.model.PointConnection.setIsConstant ( boolean  value)

Set the isConstant attribute of the PointConnection.

Parameters:
valueThe value to the PointConnection to set

Definition at line 49 of file PointConnection.java.

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

Set the monitor attribute of the element of the PointConnection.

Parameters:
monitorThe value to the element of the PointConnection to set

Definition at line 69 of file PointConnection.java.

void m2m.frontend.dynamicview.model.PointConnection.setOutputResult ( Node  outputResult)

Set the outputResult attribute of the PointConnection.

Parameters:
outputResultThe value to the utputResult attribute to set

Definition at line 92 of file PointConnection.java.


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