public class MatrixLegacyWrapper extends Object implements IMatrixLegacyWrapper
Constructor and Description |
---|
MatrixLegacyWrapper()
Instantiates a new matrix legacy wrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
addDistanceMatrix(double[][] distanceMatrix)
Adds the distance matrix.
|
void |
addTimeMatrix(double[][] timeMatrix)
Adds the time matrix.
|
void |
createNodeEdgeConnector(IEntity en)
Creates the node edge connector.
|
void |
createNodeEdgeConnector(com.dna.jopt.framework.firstentitycreation.IEntityArranger ena)
Creates the node edge connector.
|
INodeEdgeConnector |
getNodeConnector()
Gets the node connector.
|
boolean |
hasDistanceMatrix()
Checks for distance matrix.
|
public MatrixLegacyWrapper()
public INodeEdgeConnector getNodeConnector()
getNodeConnector
in interface IMatrixLegacyWrapper
public void addDistanceMatrix(double[][] distanceMatrix)
addDistanceMatrix
in interface IMatrixLegacyWrapper
distanceMatrix
- the distance matrixpublic boolean hasDistanceMatrix()
hasDistanceMatrix
in interface IMatrixLegacyWrapper
public void addTimeMatrix(double[][] timeMatrix)
addTimeMatrix
in interface IMatrixLegacyWrapper
timeMatrix
- the time matrixpublic void createNodeEdgeConnector(com.dna.jopt.framework.firstentitycreation.IEntityArranger ena)
createNodeEdgeConnector
in interface IMatrixLegacyWrapper
ena
- the enapublic void createNodeEdgeConnector(IEntity en)
createNodeEdgeConnector
in interface IMatrixLegacyWrapper
en
- the enCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.