Uses of Class
at.lcm.x2c.core.X2cBlock

Packages that use X2cBlock
at.lcm.x2c.parameterEditor   
at.lcm.x2c.scilab.xcos.x2cAdapter   
at.lcm.x2c.scilab.xcos.x2cManager   
at.lcm.x2c.scilab.xcos.xcosAdapter   
 

Uses of X2cBlock in at.lcm.x2c.parameterEditor
 

Methods in at.lcm.x2c.parameterEditor that return X2cBlock
 X2cBlock X2cParameterEditor.getX2cBlock()
           
 

Constructors in at.lcm.x2c.parameterEditor with parameters of type X2cBlock
X2cParameterEditor_Xcos(X2cBlock block)
           
X2cParameterEditor(X2cBlock block)
           
 

Uses of X2cBlock in at.lcm.x2c.scilab.xcos.x2cAdapter
 

Methods in at.lcm.x2c.scilab.xcos.x2cAdapter that return X2cBlock
 X2cBlock X2cAdapter_Model.getBlockByID(java.lang.String id)
           
 X2cBlock X2cAdapter_Block.getX2cBlock()
           
 

Uses of X2cBlock in at.lcm.x2c.scilab.xcos.x2cManager
 

Methods in at.lcm.x2c.scilab.xcos.x2cManager that return X2cBlock
 X2cBlock X2cManager.getBlock(java.lang.String[][] exprs, java.lang.String xcosBlockId, double sampletimePreset)
          Return the block from the model or generate one according to the parameter.
 X2cBlock X2cManager.getBlock(java.lang.String blockLabel, java.lang.String componentName, java.lang.String xcosBlockId, java.lang.String xcosModelIdentification, double sampletimePreset)
          Return the block from the model or generate one according to the parameter.
 X2cBlock X2cManager.getBlock(XcosExprs exprs, java.lang.String xcosBlockId, double sampletimePreset)
          Return the block from the model or generate one according to the parameter.
 X2cBlock X2cManager.getBlockWithDummyModel(java.lang.String componentName, double sampletimePreset)
           
 X2cBlock X2cManager.getBlockWithDummyModel(java.lang.String blockLabel, java.lang.String componentName, double sampletimePreset)
           
 

Uses of X2cBlock in at.lcm.x2c.scilab.xcos.xcosAdapter
 

Constructors in at.lcm.x2c.scilab.xcos.xcosAdapter with parameters of type X2cBlock
XcosExprs(X2cBlock block)
          Creates new XcosExprs.
 



Copyright 2013 LCM. All rights reserved.