|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionFileChanger in insensa |
---|
Fields in insensa declared as ConnectionFileChanger | |
---|---|
private ConnectionFileChanger |
CRasterFileInformation.connectionFileChanger
|
private ConnectionFileChanger |
CRasterModulationSet.modulation
|
Fields in insensa with type parameters of type ConnectionFileChanger | |
---|---|
java.util.List<ConnectionFileChanger> |
ConnectionDependencies.connection
|
private java.util.List<ConnectionFileChanger> |
CProject.connectionFileChanger
|
Methods in insensa that return ConnectionFileChanger | |
---|---|
ConnectionFileChanger |
CModel.addConnection(java.util.List<CRasterFileInformation> sourceFileList,
CRasterFileSet outputFileSet,
java.lang.String connectoinName,
java.lang.String outputFileSetName,
java.lang.String outputFileName)
|
ConnectionFileChanger |
CRasterFileInformation.getConnectionFileChanger()
|
ConnectionFileChanger |
CRasterModulationSet.getModulation()
|
Methods in insensa with parameters of type ConnectionFileChanger | |
---|---|
void |
CProject.addConnection(ConnectionFileChanger conn)
|
CRasterFileSet |
CModel.addConnection(java.util.List<CRasterFileInformation> sourceFileList,
CRasterFileSet outputFileSet,
ConnectionFileChanger eCon,
java.lang.String outputFileSetName,
java.lang.String outputFileName)
|
void |
CProject.removeConnection(ConnectionFileChanger conn)
|
void |
CRasterFileInformation.setConnectionFileChanger(ConnectionFileChanger conn)
|
void |
CRasterModulationSet.setModulation(ConnectionFileChanger modulation)
|
Uses of ConnectionFileChanger in insensa.connections |
---|
Classes in insensa.connections that implement ConnectionFileChanger | |
---|---|
class |
AbstractConnection
|
class |
CAddition
|
class |
CCoefficientOfVariation
|
class |
CDivision
|
class |
CErrorIndexation
|
class |
CIndexation
|
class |
CMean
|
class |
CMultiplication
|
class |
CSesitivity
|
class |
CStandardDeviation
|
class |
CSubtraction
|
class |
CThresholdVolatility
|
Methods in insensa.connections that return ConnectionFileChanger | |
---|---|
private ConnectionFileChanger |
CConnectionManager.getConnectionDyn(java.lang.String connectionName)
|
ConnectionFileChanger |
CConnectionManager.getConnectionFileChanger(EConnection con)
|
ConnectionFileChanger |
CConnectionManager.getConnectionFileChanger(EConnection con,
java.util.List<CRasterFileInformation> fileList,
CRasterFileSet outputFileSet,
CRasterFileInformation file)
|
ConnectionFileChanger |
CConnectionManager.getConnectionFileChanger(java.lang.String sCon)
|
ConnectionFileChanger |
CConnectionManager.getConnectionFileChanger(java.lang.String connectionName,
java.util.List<CRasterFileInformation> fileList,
CRasterFileSet outputFileSet,
CRasterFileInformation file)
|
ConnectionFileChanger |
CConnectionManager.getConnectionFileChangerCopy(ConnectionFileChanger con,
boolean used)
|
ConnectionFileChanger |
CConnectionManager.getConnectionFileChangerCopy(InfoReader info)
|
Methods in insensa.connections with parameters of type ConnectionFileChanger | |
---|---|
void |
CConnectionThreadPool.executeThread(ConnectionFileChanger con)
|
ConnectionFileChanger |
CConnectionManager.getConnectionFileChangerCopy(ConnectionFileChanger con,
boolean used)
|
void |
CConnectionThreadPool.removeConnection(ConnectionFileChanger conn)
|
Uses of ConnectionFileChanger in insensa.controller |
---|
Fields in insensa.controller with type parameters of type ConnectionFileChanger | |
---|---|
private java.util.List<ConnectionFileChanger> |
CControllerFileEditing.connectionList
|
Methods in insensa.controller that return types with arguments of type ConnectionFileChanger | |
---|---|
java.util.List<ConnectionFileChanger> |
CControllerFileEditing.getConnectionList()
|
Methods in insensa.controller with parameters of type ConnectionFileChanger | |
---|---|
private void |
CControllerFileEditing.deleteConnection(ConnectionFileChanger con)
|
Method parameters in insensa.controller with type arguments of type ConnectionFileChanger | |
---|---|
private void |
DropObjectOnImageListener.executeConnectionViewer(java.util.List<ConnectionFileChanger> connectionList,
Service selectedService,
java.awt.Point startLocation)
|
private java.util.List<Service> |
DropObjectOnImageListener.getConnectionServiceList(java.util.List<ConnectionFileChanger> connectionList)
|
Uses of ConnectionFileChanger in insensa.helpers |
---|
Methods in insensa.helpers with parameters of type ConnectionFileChanger | |
---|---|
void |
DependencyChecker.checkInfoDependencies(ConnectionFileChanger mCon)
|
Uses of ConnectionFileChanger in insensa.infoconnections |
---|
Classes in insensa.infoconnections that implement ConnectionFileChanger | |
---|---|
class |
CSpearmanRankCorrelation
|
class |
LinearRegression
|
class |
PearsonCorrelation
|
Uses of ConnectionFileChanger in insensa.inforeader |
---|
Fields in insensa.inforeader declared as ConnectionFileChanger | |
---|---|
private ConnectionFileChanger |
CPrioritizationValues.connection
|
Methods in insensa.inforeader with parameters of type ConnectionFileChanger | |
---|---|
void |
CPrioritizationValues.setConnection(ConnectionFileChanger con)
|
Uses of ConnectionFileChanger in insensa.view |
---|
Methods in insensa.view with parameters of type ConnectionFileChanger | |
---|---|
void |
CViewFileSet.addConnectionFileChanger(ConnectionFileChanger Conn,
javax.swing.tree.DefaultMutableTreeNode treeNode,
boolean updateNow)
|
void |
CView.addConnectionFileChangerByActive(ConnectionFileChanger Conn,
boolean updateNow)
|
void |
CViewFileSetConnectionPopup.setEnable(ConnectionFileChanger connection,
boolean enable)
|
void |
CViewFileSet.setEnableConnection(ConnectionFileChanger connection,
boolean enable)
|
Uses of ConnectionFileChanger in insensa.view.dialogs.connections |
---|
Methods in insensa.view.dialogs.connections with parameters of type ConnectionFileChanger | |
---|---|
void |
CDialogSetThresVolatilityProperties.setConnection(ConnectionFileChanger connection)
|
void |
IViewConnectionSetting.setConnection(ConnectionFileChanger connection)
|
void |
CDialogSetCovAndCorProperties.setConnection(ConnectionFileChanger connection)
|
void |
CDialogSetMeanProperties.setConnection(ConnectionFileChanger connection)
|
void |
SetDivisionProperties.setConnection(ConnectionFileChanger connection)
|
void |
CDialogSetSubtractionProperties.setConnection(ConnectionFileChanger connection)
|
Uses of ConnectionFileChanger in insensa.view.dialogs.sensi |
---|
Fields in insensa.view.dialogs.sensi declared as ConnectionFileChanger | |
---|---|
private ConnectionFileChanger |
SensiMainGui.connectionCopy
|
Uses of ConnectionFileChanger in insensa.view.html |
---|
Fields in insensa.view.html with type parameters of type ConnectionFileChanger | |
---|---|
protected java.util.List<ConnectionFileChanger> |
AbstractConnectionHtmlView.connectionList
|
Methods in insensa.view.html with parameters of type ConnectionFileChanger | |
---|---|
void |
IConnectionHtmlView.addConnection(ConnectionFileChanger connection)
|
void |
AbstractConnectionHtmlView.addConnection(ConnectionFileChanger connection)
|
void |
HtmlSpearmanRankCorrelationTable.addConnection(ConnectionFileChanger connection)
|
void |
HtmlCovAndCorTable.addConnection(ConnectionFileChanger connection)
|
Uses of ConnectionFileChanger in insensa.view.image |
---|
Methods in insensa.view.image with parameters of type ConnectionFileChanger | |
---|---|
void |
IConnectionImageView.addConnection(ConnectionFileChanger connection)
|
Method parameters in insensa.view.image with type arguments of type ConnectionFileChanger | |
---|---|
void |
IConnectionImageView.addConnections(java.util.List<ConnectionFileChanger> connectionList)
|
Uses of ConnectionFileChanger in insensa.XMLProperties |
---|
Methods in insensa.XMLProperties with parameters of type ConnectionFileChanger | |
---|---|
org.jdom.Element |
CXmlRasterFileInformation.addConnectionFileChanger(ConnectionFileChanger con)
|
org.jdom.Element |
CXmlRasterFileInformation.refreshConnectionFileChanger(ConnectionFileChanger connection)
|
void |
CXmlRasterFileInformation.removeConnection(ConnectionFileChanger conn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |