Modifier and Type | Class and Description |
---|---|
static class |
PlacementAdapter.PlacementPort
Class to define ports on PlacementNode objects.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<PlacementFrame.PlacementPort> |
PlacementFrame.PlacementNode.getPorts()
Method to return a list of PlacementPorts on this PlacementNode.
|
java.util.List<PlacementFrame.PlacementPort> |
PlacementAdapter.PlacementNode.getPorts()
Method to return a list of PlacementPorts on this PlacementNode.
|
java.util.List<PlacementFrame.PlacementPort> |
PlacementFrame.PlacementNetwork.getPortsOnNet()
Method to return the list of PlacementPort objects on this PlacementNetwork.
|
Constructor and Description |
---|
PlacementFrame.PlacementNetwork(java.util.List<PlacementFrame.PlacementPort> ports,
boolean isRail)
Constructor to create this PlacementNetwork with a list of
PlacementPort objects that it connects.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<PlacementFrame.PlacementNetwork,PlacementFrame.PlacementPort> |
AdditionalNodeData.getNetworks() |
Modifier and Type | Method and Description |
---|---|
void |
AdditionalNodeData.setNetworks(java.util.Map<PlacementFrame.PlacementNetwork,PlacementFrame.PlacementPort> networks) |
Constructor and Description |
---|
AdditionalNodeData(java.util.Map<PlacementFrame.PlacementNetwork,PlacementFrame.PlacementPort> networks) |
Modifier and Type | Method and Description |
---|---|
static Force2D |
SpringForce.calculate(PlacementFrame.PlacementPort port1,
PlacementFrame.PlacementPort port2,
double weight,
double minDist) |
Modifier and Type | Method and Description |
---|---|
double |
Chromosome.getPortXOffset(PlacementFrame.PlacementPort port,
int geneIndex)
Calculate port location with applied rotation angle of this gene.
|
double |
Chromosome.getPortYOffset(PlacementFrame.PlacementPort port,
int geneIndex)
Calculate port location with applied rotation angle of this gene.
|