Package org.cytoscape.opencl.layout
Class CLLayoutContext
- java.lang.Object
-
- org.cytoscape.opencl.layout.CLLayoutContext
-
- All Implemented Interfaces:
org.cytoscape.work.TunableValidator
public class CLLayoutContext extends Object implements org.cytoscape.work.TunableValidator
-
-
Field Summary
Fields Modifier and Type Field Description double
defaultNodeMass
double
defaultSpringCoefficient
double
defaultSpringLength
org.cytoscape.view.layout.EdgeWeighter
edgeWeighter
boolean
fromScratch
boolean
isDeterministic
int
numIterations
int
numIterationsEdgeRepulsive
boolean
singlePartition
-
Constructor Summary
Constructors Constructor Description CLLayoutContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.cytoscape.work.TunableValidator.ValidationState
getValidationState(Appendable errMsg)
-
-
-
Field Detail
-
edgeWeighter
public org.cytoscape.view.layout.EdgeWeighter edgeWeighter
-
numIterations
public int numIterations
-
numIterationsEdgeRepulsive
public int numIterationsEdgeRepulsive
-
defaultSpringCoefficient
public double defaultSpringCoefficient
-
defaultSpringLength
public double defaultSpringLength
-
defaultNodeMass
public double defaultNodeMass
-
isDeterministic
public boolean isDeterministic
-
fromScratch
public boolean fromScratch
-
singlePartition
public boolean singlePartition
-
-
Method Detail
-
getValidationState
public org.cytoscape.work.TunableValidator.ValidationState getValidationState(Appendable errMsg)
- Specified by:
getValidationState
in interfaceorg.cytoscape.work.TunableValidator
-
-