Package | Description |
---|---|
at.lcm.x2c.scilab.xcos | |
at.lcm.x2c.scilab.xcos.x2cAdapter | |
at.lcm.x2c.scilab.xcos.xcosAdapter |
Modifier and Type | Method and Description |
---|---|
static X2cAdapter_Model |
ModelTransformation.transform_diagamWTitle(java.lang.String xcos_diagram_title)
Transform the Xcos diagrams with the given title to a X2C model.
|
static X2cAdapter_Model |
ModelTransformation.transform(com.mxgraph.model.mxGraphModel xcos_model) |
static X2cAdapter_Model |
ModelTransformation.transform(com.mxgraph.model.mxGraphModel xcos_model,
java.lang.String modelIdentification)
Transform the given Xcos model to a X2C model.
|
static X2cAdapter_Model |
ModelTransformation.transform(java.lang.String xcos_diagram_filename)
Transform the Xcos diagrams with the given filename to a X2C model.
|
static X2cAdapter_Model |
ModelTransformation.transform(org.scilab.modules.xcos.graph.XcosDiagram xcos_diagram) |
static X2cAdapter_Model |
ModelTransformation.transform(org.scilab.modules.xcos.graph.XcosDiagram xcos_diagram,
java.lang.String modelIdentification)
Transform the given Xcos diagrams to X2C a model.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<X2cAdapter_Model> |
ModelTransformation.transform_open_diagrams()
Transform all currently open Xcos diagrams to X2C models.
|
Modifier and Type | Method and Description |
---|---|
void |
X2cAdapter_Block.setX2cModel(X2cAdapter_Model x2cModel) |
Constructor and Description |
---|
X2cAdapter_Block(org.scilab.modules.xcos.block.BasicBlock xcos_block,
X2cAdapter_Model x2c_model) |
X2cAdapter_Block(XcosAdapter_Block xcosBlock,
X2cAdapter_Model x2c_model)
Creates a new Xcos adapter block.
|
Constructor and Description |
---|
XcosAdapter_Diagram(com.mxgraph.model.mxGraphModel xcos_model,
X2cAdapter_Model x2c_model) |
XcosAdapter_Diagram(org.scilab.modules.types.ScilabMList diagram_Mlist,
X2cAdapter_Model x2c_model) |
XcosAdapter_Diagram(org.scilab.modules.xcos.block.SuperBlock block,
X2cAdapter_Model x2c_model) |
XcosAdapter_Diagram(org.scilab.modules.xcos.graph.XcosDiagram xcos_diagram,
X2cAdapter_Model x2c_model) |
Copyright 2019 LCM. All rights reserved.