public static class PlacementAdapter.PlacementExport
extends java.lang.Object
Constructor and Description |
---|
PlacementAdapter.PlacementExport(PlacementAdapter.PlacementPort port,
java.lang.String name,
PortCharacteristic chr)
Constructor to create a PlacementExport with the information about an
Export to be created.
|
Modifier and Type | Method and Description |
---|---|
PortCharacteristic |
getCharacteristic() |
java.lang.String |
getName() |
PlacementAdapter.PlacementPort |
getPort() |
public PlacementAdapter.PlacementExport(PlacementAdapter.PlacementPort port, java.lang.String name, PortCharacteristic chr)
port
- the PlacementPort that is being exported.name
- the name to give the Export.chr
- the PortCharacteristic (input, output, etc.) to give the Export.public PlacementAdapter.PlacementPort getPort()
public java.lang.String getName()
public PortCharacteristic getCharacteristic()