Math2mat
Public Member Functions | Static Public Attributes

m2m.frontend.dynamicview.Model Class Reference

List of all members.

Public Member Functions

 Model (StructTreatment treatment, M2MProject m2mProject)
Schema getSchema ()
void setSchema (Schema schema)

Static Public Attributes

static final int SPACE = 50
static final int SPACE_INTERN_BLOC = 40

Detailed Description

Definition at line 34 of file Model.java.


Constructor & Destructor Documentation

m2m.frontend.dynamicview.Model.Model ( StructTreatment  treatment,
M2MProject  m2mProject 
)

Constructor of a Model.

Parameters:
treatmentThe structure to be represented
m2mProjectThe project corresponding to this schema

Definition at line 53 of file Model.java.


Member Function Documentation

Schema m2m.frontend.dynamicview.Model.getSchema ( )

Get the instance of Schema of the model.

Returns:
the instance of Schema of the model

Definition at line 1319 of file Model.java.

void m2m.frontend.dynamicview.Model.setSchema ( Schema  schema)

Set the instance of schema of the model.

Parameters:
schemathe instance of schema to the model to set

Definition at line 1329 of file Model.java.


Member Data Documentation

final int m2m.frontend.dynamicview.Model.SPACE = 50 [static]

Space between input and output node of a GraphicFunction.

Definition at line 41 of file Model.java.

Space between nodes of a same level.

Definition at line 45 of file Model.java.


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