at.lcm.x2c.parameterEditor
Class X2cParameterEditor

java.lang.Object
  extended by at.lcm.x2c.parameterEditor.X2cParameterEditor
Direct Known Subclasses:
X2cParameterEditor_Xcos

public class X2cParameterEditor
extends java.lang.Object

This class shall be used from Scilab with JIMS.

Author:
Martin Hochwallner

Field Summary
protected static org.apache.logging.log4j.Logger logger
           
protected  X2cManager x2cManager
           
 
Constructor Summary
protected X2cParameterEditor()
           
  X2cParameterEditor(X2cBlock block)
           
 
Method Summary
 X2cBlock getX2cBlock()
           
 java.lang.String identifyBlock()
           
 boolean isCommunicatorOnline()
          Returns true when the communicator is online.
 boolean isResultValid()
           
 boolean isTargetOnline()
          Returns true when the target is online.
 java.lang.String printBlockParameter()
           
 boolean runGUI()
          Run the X2cParameterEditorGUI shall be used from Scilab with JIMS
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.logging.log4j.Logger logger

x2cManager

protected final X2cManager x2cManager
Constructor Detail

X2cParameterEditor

protected X2cParameterEditor()

X2cParameterEditor

public X2cParameterEditor(X2cBlock block)
Method Detail

runGUI

public boolean runGUI()
               throws java.lang.Exception
Run the X2cParameterEditorGUI shall be used from Scilab with JIMS

Returns:
whether the result is valid
Throws:
java.lang.Exception

getX2cBlock

public X2cBlock getX2cBlock()
Returns:
the X2cBlock

isResultValid

public boolean isResultValid()

isCommunicatorOnline

public boolean isCommunicatorOnline()
Returns true when the communicator is online.

Returns:
true when the communicator is online.

isTargetOnline

public boolean isTargetOnline()
Returns true when the target is online.

Returns:
true when the target is online.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

identifyBlock

public java.lang.String identifyBlock()

printBlockParameter

public java.lang.String printBlockParameter()


Copyright 2013 LCM. All rights reserved.