A C D G H I N O R S T U V

A

AbstractCyniAlgorithm - Class in org.cytoscape.cyni
The AbstractCyniAlgorithm provides a basic implementation of a cyni algorithm TaskFactory.
AbstractCyniAlgorithm(String, String, boolean, CyniCategory) - Constructor for class org.cytoscape.cyni.AbstractCyniAlgorithm
The Constructor.
AbstractCyniMetric - Class in org.cytoscape.cyni
The AbstractCyniMetrics provides a basic implementation of a cyni metric TaskFactory.
AbstractCyniMetric(String, String) - Constructor for class org.cytoscape.cyni.AbstractCyniMetric
The Constructor.
AbstractCyniTask - Class in org.cytoscape.cyni
This is a basic implementation of a CyniAlgorithm Task that does some bookkeeping, but primarily delegates to the doCyniTask() method.
AbstractCyniTask(String, CyniAlgorithmContext, CyNetworkFactory, CyNetworkViewFactory, CyNetworkManager, CyNetworkViewManager, CyNetworkTableManager, CyRootNetworkManager, VisualMappingManager) - Constructor for class org.cytoscape.cyni.AbstractCyniTask
Constructor.
addColumns(CyNetwork, CyNetwork, CyTable, Class<? extends CyIdentifiable>, String) - Method in class org.cytoscape.cyni.CyniNetworkUtils
Add columns that belong to a table associated to a network to a new table associated to a new network.
addType(String) - Method in class org.cytoscape.cyni.AbstractCyniMetric
It adds a type to the list of supported types for that metric
anyMissing - Variable in class org.cytoscape.cyni.CyniTable
 

C

changeOrderRowsByColumnValuesOrder(List<Object>) - Method in class org.cytoscape.cyni.CyniTable
Changes the order of the rows according to the values of a selected column The method supposes that the first value of the input list corresponds to the first element of the column and so on.
changeOrderRowsToRandom() - Method in class org.cytoscape.cyni.CyniTable
Changes the order of the rows in the table randomly
cloneRow(CyNetwork, Class<? extends CyIdentifiable>, CyRow, CyRow) - Method in class org.cytoscape.cyni.CyniNetworkUtils
Clone a row to be added to a new network
columnHasMissingValue(int) - Method in class org.cytoscape.cyni.CyniTable
Tells if the specified column has a missing value.
contextContentValid() - Method in class org.cytoscape.cyni.CyniAlgorithmContext
This method checks the context values to validate them.
contextHasOwnSwingPanel() - Method in class org.cytoscape.cyni.CyniAlgorithmContext
This method tells cytoscape if this algorithm provides its own swing Panel to display the context parameters.
createCyniContext(CyTable, CyCyniMetricsManager, TunableSetter, Map<String, Object>) - Method in interface org.cytoscape.cyni.CyCyniAlgorithm
Returns a new cyni context object.
createTaskIterator(CyniAlgorithmContext, CyTable, CyNetworkFactory, CyNetworkViewFactory, CyNetworkManager, CyNetworkTableManager, CyRootNetworkManager, VisualMappingManager, CyNetworkViewManager, CyLayoutAlgorithmManager, CyCyniMetricsManager) - Method in interface org.cytoscape.cyni.CyCyniAlgorithm
Creates a task iterator containing the cyni tasks.
CyCyniAlgorithm - Interface in org.cytoscape.cyni
An interface specific to Cyni algorithms.
CyCyniAlgorithmManager - Interface in org.cytoscape.cyni
This class provides access to the available Cyni algorithms.
CyCyniMetric - Interface in org.cytoscape.cyni
An interface specific to Cyni metrics.
CyCyniMetricsManager - Interface in org.cytoscape.cyni
This class provides access to the available Cyni Metrics.
CyniAlgorithmContext - Class in org.cytoscape.cyni
This is a class that contains several methods that are needed to display the context of a Cyni algorithm
CyniAlgorithmContext(boolean) - Constructor for class org.cytoscape.cyni.CyniAlgorithmContext
The constructor
CyniBayesianUtils - Class in org.cytoscape.cyni
This is a class that contains several utilities that will help creating a new bayesian network
CyniBayesianUtils(Map<Integer, ArrayList<Integer>>) - Constructor for class org.cytoscape.cyni.CyniBayesianUtils
Constructor.
CyniCategory - Enum in org.cytoscape.cyni
An enum that captures the types of Cyni Algorithms available
CyniMetricTypes - Enum in org.cytoscape.cyni
An enum that captures the types of the default Cyni Metrics available
CyniNetworkUtils - Class in org.cytoscape.cyni
This is a class that contains several methods to help while creating a new network
CyniNetworkUtils(CyNetworkViewFactory, CyNetworkManager, CyNetworkViewManager, CyNetworkTableManager, CyRootNetworkManager, VisualMappingManager) - Constructor for class org.cytoscape.cyni.CyniNetworkUtils
Constructor.
CyniTable - Class in org.cytoscape.cyni
 
CyniTable(CyTable, String[], boolean, boolean, boolean) - Constructor for class org.cytoscape.cyni.CyniTable
Create a Cyni table from the current selected table.
CyniTable(CyniTable) - Constructor for class org.cytoscape.cyni.CyniTable
Create a cyni table from an existing one.
CyniTable(int, int) - Constructor for class org.cytoscape.cyni.CyniTable
Create an empty Cyni Table with the specified number of columns and rows.

D

DEFAULT_Cyni_Metric_PROPERTY_NAME - Static variable in interface org.cytoscape.cyni.CyCyniMetricsManager
The name of the default Cyni Metric property.
displayNewNetwork(CyNetwork, CyNetwork, boolean) - Method in class org.cytoscape.cyni.CyniNetworkUtils
This method displays the new network and return a network view that might be used to modify the display features such as the layout
doCyniTask(TaskMonitor) - Method in class org.cytoscape.cyni.AbstractCyniTask
This method is designed to actually encapsulate the cyni algorithm.
doubleValue(int, int) - Method in class org.cytoscape.cyni.CyniTable
Returns the double value for the specified row and column combination

G

getAllAttributesNumbers(CyTable) - Method in class org.cytoscape.cyni.CyniAlgorithmContext
Returns a list of the names of the columns that contains numbers(Float,Integer,Double)
getAllAttributesStrings(CyTable) - Method in class org.cytoscape.cyni.CyniAlgorithmContext
Returns a list of the names of the columns that contains strings
getAllCyniAlgorithmNames(CyniCategory) - Method in interface org.cytoscape.cyni.CyCyniAlgorithmManager
Returns the list of names of cyni algorithms for a specified category.
getAllCyniAlgorithms(CyniCategory) - Method in interface org.cytoscape.cyni.CyCyniAlgorithmManager
Returns a collection of all available Cyni algorithms for the specified category.
getAllCyniMetrics() - Method in interface org.cytoscape.cyni.CyCyniMetricsManager
Returns a list of all available Cyni Metrics.
getAllCyniMetricsWithType(List<String>) - Method in interface org.cytoscape.cyni.CyCyniMetricsManager
Returns the list of metrics that contains at least the same types that are passed as input parameter.
getAttributesList(List<String>, CyTable, String, Object) - Method in class org.cytoscape.cyni.CyniAlgorithmContext
Fills a list with names of columns that has the same type that the one requested
getAttributeStringValues() - Method in class org.cytoscape.cyni.CyniTable
Returns the list of all possible strings values in the table
getCategory() - Method in class org.cytoscape.cyni.AbstractCyniAlgorithm
Returns the category of the Cyni Algorithm.
getCategory() - Method in interface org.cytoscape.cyni.CyCyniAlgorithm
A method to get the category of the algorithm
getColIndex(Object) - Method in class org.cytoscape.cyni.CyniTable
Returns the index column for the specified label.
getColLabel(int) - Method in class org.cytoscape.cyni.CyniTable
Returns the label for the specified column.
getColLabels() - Method in class org.cytoscape.cyni.CyniTable
Returns the array with all column labels.
getColWeight(int) - Method in class org.cytoscape.cyni.CyniTable
Returns the weight for the specified column.
getColWeights() - Method in class org.cytoscape.cyni.CyniTable
Returns the array of weights for the columns.
getContextSwingPanel() - Method in class org.cytoscape.cyni.CyniAlgorithmContext
Returns the swing Panel that will be used instead of the tunables panel
getCyniAlgorithm(String, CyniCategory) - Method in interface org.cytoscape.cyni.CyCyniAlgorithmManager
Returns a Cyni algorithm of the specified name and category.
getCyniMetric(String) - Method in interface org.cytoscape.cyni.CyCyniMetricsManager
Returns a Cyni Metric of the specified name and null if no metric exists with that name.
getDefaultCyniMetric() - Method in interface org.cytoscape.cyni.CyCyniMetricsManager
Returns the default Cyni Metric.
getMetric(CyniTable, CyniTable, int, List<Integer>) - Method in interface org.cytoscape.cyni.CyCyniMetric
The implementation of the metric
getName() - Method in class org.cytoscape.cyni.AbstractCyniAlgorithm
A computer readable name used to construct property strings.
getName() - Method in class org.cytoscape.cyni.AbstractCyniMetric
A computer readable name used to to differentiate the metrics.
getName() - Method in interface org.cytoscape.cyni.CyCyniAlgorithm
Returns the computer-readable name of the Cyni Algorithm.
getName() - Method in interface org.cytoscape.cyni.CyCyniMetric
Returns the computer-readable name of the Cyni Metric.
getNetworkAssociatedToTable(CyTable) - Method in class org.cytoscape.cyni.CyniNetworkUtils
Checks if the table is associated to a network, if so it return the associated network otherwise it returns null
getNumPossibleStrings(int, boolean) - Method in class org.cytoscape.cyni.CyniTable
Returns the number of possible/different strings stored in the defined column or row
getRank(int) - Method in class org.cytoscape.cyni.CyniTable
Returns an array with a number for each position representing the rank of the value in the whole row
getRowIndex(Object) - Method in class org.cytoscape.cyni.CyniTable
Returns the index row for the specified label.
getRowLabel(int) - Method in class org.cytoscape.cyni.CyniTable
Returns the label for the specified row.
getRowLabels() - Method in class org.cytoscape.cyni.CyniTable
Returns the array with all row labels.
getRowWeight(int) - Method in class org.cytoscape.cyni.CyniTable
Returns the weight for the specified row.
getRowWeights() - Method in class org.cytoscape.cyni.CyniTable
Returns the array of weights for the rows.
getType() - Method in enum org.cytoscape.cyni.CyniMetricTypes
 
getType(int, int) - Method in class org.cytoscape.cyni.CyniTable
Returns the type of for the specified row and column combination.
getTypesList() - Method in class org.cytoscape.cyni.AbstractCyniMetric
The list of types of this metric
getTypesList() - Method in interface org.cytoscape.cyni.CyCyniMetric
The list of types of this metric
getValue(int, int) - Method in class org.cytoscape.cyni.CyniTable
Returns the value for the specified row and column

H

hasAnyMissingValue() - Method in class org.cytoscape.cyni.CyniTable
Returns if the table has any missing value
hasValue(int, int) - Method in class org.cytoscape.cyni.CyniTable
Returns if the content of the table for the specified row and column combination has a real value.

I

ignoreMissing - Variable in class org.cytoscape.cyni.CyniTable
 
integerValue(int, int) - Method in class org.cytoscape.cyni.CyniTable
Returns the integer value for the specified row and column combination.
isGraphCyclic(int) - Method in class org.cytoscape.cyni.CyniBayesianUtils
This method allows checking if there is a cycle in a graph starting from a defined node.
isReady(Object) - Method in class org.cytoscape.cyni.AbstractCyniAlgorithm
Returns true if the task factory is ready to produce a task iterator.
isReady(Object) - Method in interface org.cytoscape.cyni.CyCyniAlgorithm
Returns true if the task factory is ready to produce a task iterator.
isTransposed() - Method in class org.cytoscape.cyni.CyniTable
Returns if the table is transposed

N

nColumns() - Method in class org.cytoscape.cyni.CyniTable
Returns the number of columns in the table.
netFactory - Variable in class org.cytoscape.cyni.AbstractCyniTask
 
netMgr - Variable in class org.cytoscape.cyni.AbstractCyniTask
 
netMgr - Variable in class org.cytoscape.cyni.CyniNetworkUtils
 
nodeParents - Variable in class org.cytoscape.cyni.CyniBayesianUtils
This variable maps an integer representing a node/row with a list of integers that represents a list of parents for that node/row In oder to use it correctly, this variable needs to be initialized and a previous map between a node and its corresponding integer is also required
nRows() - Method in class org.cytoscape.cyni.CyniTable
Returns the number of rows in the table.
nThreads - Variable in class org.cytoscape.cyni.AbstractCyniTask
Indicates the maximum number of threads that this task can use

O

org.cytoscape.cyni - package org.cytoscape.cyni
This package has the core interfaces of Cyni Toolbox App

R

removeNodesWithoutEdges(CyNetwork) - Method in class org.cytoscape.cyni.CyniNetworkUtils
Remove nodes that do not have any edge
resetOrderRows() - Method in class org.cytoscape.cyni.CyniTable
Changes the order to the initial internal state
resetParameters() - Method in class org.cytoscape.cyni.AbstractCyniMetric
It resets the metric and leaves the default metric's parameters
resetParameters() - Method in interface org.cytoscape.cyni.CyCyniMetric
It resets the metric and leaves the default metric's parameters
rowHasMissingValue(int) - Method in class org.cytoscape.cyni.CyniTable
Tells if the specified row has a missing value.
run(TaskMonitor) - Method in class org.cytoscape.cyni.AbstractCyniTask
 

S

selectedOnly - Variable in class org.cytoscape.cyni.AbstractCyniTask
Indicates whether to apply the algorithm to all rows or only the selected rows.
selectedOnly - Variable in class org.cytoscape.cyni.CyniAlgorithmContext
Indicates that only selected rows should be used.
selectedOnly - Variable in class org.cytoscape.cyni.CyniTable
 
setColLabel(int, Object) - Method in class org.cytoscape.cyni.CyniTable
Set the label for the specified column.
setColWeight(int, double) - Method in class org.cytoscape.cyni.CyniTable
Set the weight for the specified column.
setDefaultCyniMetric(String) - Method in interface org.cytoscape.cyni.CyCyniMetricsManager
Sets the default Cyni Metric.
setParameters(Map<String, Object>) - Method in class org.cytoscape.cyni.AbstractCyniMetric
It sets the metric's parameters
setParameters(Map<String, Object>) - Method in interface org.cytoscape.cyni.CyCyniMetric
It sets the metric's parameters
setRowLabel(int, Object) - Method in class org.cytoscape.cyni.CyniTable
Set the label for the specified row.
setRowWeight(int, double) - Method in class org.cytoscape.cyni.CyniTable
Set the weight for the specified row.
setSelectedOnly(boolean) - Method in class org.cytoscape.cyni.CyniAlgorithmContext
Set the flag that indicates that this algorithm should only operate on the currently selected rows.
setUniformWeights() - Method in class org.cytoscape.cyni.CyniTable
Set the weights to a constant value.
stringValue(int, int) - Method in class org.cytoscape.cyni.CyniTable
Returns the string value for the specified row and column combination.
supportsSelectedOnly() - Method in class org.cytoscape.cyni.AbstractCyniAlgorithm
Tells if this Cyni supports doing a Cyni Algorithm on a subset of the nodes.
supportsSelectedOnly() - Method in interface org.cytoscape.cyni.CyCyniAlgorithm
Tells if this Cyni supports doing a Cyni Algorithm on a subset of the nodes.

T

toString() - Method in class org.cytoscape.cyni.AbstractCyniAlgorithm
Used to get the user-visible name of the cyni algorithm.
toString() - Method in class org.cytoscape.cyni.AbstractCyniMetric
Used to get the user-visible name of the cyni Metric.
transpose - Variable in class org.cytoscape.cyni.CyniTable
 

U

useSelectedOnly() - Method in class org.cytoscape.cyni.CyniAlgorithmContext
Returns whether the algorithm allows working with only selected rows

V

valueOf(String) - Static method in enum org.cytoscape.cyni.CyniCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cytoscape.cyni.CyniMetricTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cytoscape.cyni.CyniCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cytoscape.cyni.CyniMetricTypes
Returns an array containing the constants of this enum type, in the order they are declared.
viewFactory - Variable in class org.cytoscape.cyni.AbstractCyniTask
 
viewFactory - Variable in class org.cytoscape.cyni.CyniNetworkUtils
 
viewMgr - Variable in class org.cytoscape.cyni.AbstractCyniTask
 
viewMgr - Variable in class org.cytoscape.cyni.CyniNetworkUtils
 
vmMgr - Variable in class org.cytoscape.cyni.AbstractCyniTask
 
vmMgr - Variable in class org.cytoscape.cyni.CyniNetworkUtils
 

A C D G H I N O R S T U V

Copyright © 2013. All Rights Reserved.