Class NetElementMatrix
java.lang.Object
org.eclnt.ccaddons.pbc.palayout.logic.net.NetElementMatrix
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addElement
(NetElement netElement) void
addElements
(List<NetElement> netElements) Adds the elements to the matrix. - Clears all inner data before, so you can call continuously.Helper method to check how matrix looks like in text mode.boolean
checkIfNetElementBetween
(NetElement ne1, NetElement ne2) protected List<NetElement>
findStartElements
(List<NetElement> netElements) getRows()
void
JUNIT_addElement
(NetElement netElement)
-
Constructor Details
-
NetElementMatrix
public NetElementMatrix()
-
-
Method Details
-
addElements
Adds the elements to the matrix. - Clears all inner data before, so you can call continuously. -
buildMatrixString
Helper method to check how matrix looks like in text mode. -
getRows
-
getAllContainedNetElements
-
checkIfNetElementBetween
-
JUNIT_addElement
-
addElement
-
findStartElements
-