Uses of Class
com.sun.electric.technology.PrimitivePort

Packages that use PrimitivePort
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.id Package for Ids in the Electric database. 
com.sun.electric.database.prototype Package for the prototype classes in Electric. 
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
 

Uses of PrimitivePort in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return PrimitivePort
 PrimitivePort Export.getBasePort()
          Method to return the base-level port that this PortProto is created from.
 

Methods in com.sun.electric.database.hierarchy with parameters of type PrimitivePort
 boolean Export.doesntConnect(PrimitivePort newPP)
          helper method to ensure that all arcs connected to Export "pp" at instances of its Cell (or any of its export sites) can connect to Export newPP.
 

Uses of PrimitivePort in com.sun.electric.database.id
 

Methods in com.sun.electric.database.id that return PrimitivePort
 PrimitivePort PrimitivePortId.inDatabase(EDatabase database)
          Method to return the PortProto representing PortProtoId in the specified EDatabase.
 PrimitivePort PrimitivePortId.inSnapshot(Snapshot snapshot)
          Method to return the PrimitivePort representing PrimitivePortId in the specified Snapshot.
 

Uses of PrimitivePort in com.sun.electric.database.prototype
 

Methods in com.sun.electric.database.prototype that return PrimitivePort
 PrimitivePort PortProto.getBasePort()
          method to return the base-level port that this PortProto is created from.
 PrimitivePort PortOriginal.getBottomPortProto()
          Method to return the bottommost PortProto (a PrimitivePort) from the initial port information given to the constructor.
 

Uses of PrimitivePort in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return PrimitivePort
 PrimitivePort PrimitiveNode.connectsTo(ArcProto arc)
          Method to return the PrimitivePort on this PrimitiveNode that can connect to an arc of the specified type.
 PrimitivePort Technology.convertOldPortName(java.lang.String portName, PrimitiveNode np)
          Method to convert old primitive port names to their proper PortProtos.
 PrimitivePort PrimitivePort.getBasePort()
          Method to return the base-level port that this PortProto is created from.
 PrimitivePort PrimitiveNode.getPort(int portIndex)
          Method to return the PortProto at specified position.
 PrimitivePort PrimitiveNode.getPort(PortProtoId portProtoId)
          Method to return the PortProto by thread-independent PortProtoId.
 PrimitivePort TechPool.getPrimitivePort(PrimitivePortId primitivePortId)
          Get PrimitivePort by PrimitivePortId PrimitivePortId must belong to same IdManager as TechPool
static PrimitivePort PrimitivePort.newInstance(Technology tech, PrimitiveNode parent, ArcProto[] portArcs, java.lang.String protoName, int portAngle, int portRange, int portTopology, PortCharacteristic characteristic, EdgeH left, EdgeV bottom, EdgeH right, EdgeV top)
          Method to create a new PrimitivePort from the parameters.
 

Methods in com.sun.electric.technology that return types with arguments of type PrimitivePort
 java.util.Iterator<PrimitivePort> PrimitiveNode.getPrimitivePorts()
          Method to return an iterator over all PrimitivePorts of this PrimitiveNode.
 

Methods in com.sun.electric.technology with parameters of type PrimitivePort
 void PrimitiveNode.addPrimitivePorts(PrimitivePort[] ports)
          Method to add an array of PrimitivePorts to this PrimitiveNode.
 int PrimitivePort.compareTo(PrimitivePort that)
          Compares PrimtivePorts by their PrimitiveNodes and definition order.
 Poly Technology.getShapeOfPort(NodeInst ni, PrimitivePort pp)
          Returns a polygon that describes a particular port on a NodeInst.
 Poly Technology.getShapeOfPort(NodeInst ni, PrimitivePort pp, java.awt.geom.Point2D selectPt)
          Returns a polygon that describes a particular port on a NodeInst.
 boolean Technology.isUniversalConnectivityPort(PrimitivePort pp)
          Tells if all ArcProtos can connect to the PrimitivePort
 

Uses of PrimitivePort in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies that return PrimitivePort
 PrimitivePort Schematics.convertOldPortName(java.lang.String portName, PrimitiveNode np)
          Method to convert old primitive port names to their proper PortProtos.
 

Methods in com.sun.electric.technology.technologies with parameters of type PrimitivePort
 Poly Schematics.getShapeOfPort(NodeInst ni, PrimitivePort pp, java.awt.geom.Point2D selectPt)
          Returns a polygon that describes a particular port on a NodeInst.
 Poly Artwork.getShapeOfPort(NodeInst ni, PrimitivePort pp, java.awt.geom.Point2D selectPt)
          Returns a polygon that describes a particular port on a NodeInst.
 boolean Generic.isUniversalConnectivityPort(PrimitivePort pp)
          Tells if all ArcProtos can connect to the PrimitivePort