DRCL JavaSim API

Uses of Class
drcl.comp.Wire

Packages that use Wire
drcl.comp   
 

Uses of Wire in drcl.comp
 

Fields in drcl.comp declared as Wire
protected  Wire Port.outwire
           
protected  Wire Port.inwire
           
 

Methods in drcl.comp that return Wire
 Wire[] Component.getAllWiresOut()
          Returns all the wires that the ports of this component are attached to.
 Wire[] Component.getAllWiresInside()
          Returns all the wires that the ports of the child components are attached to.
 Wire[] Component.getAllWiresInsideOut()
          Returns all the wires that the ports of this component and the child components are attached to.
static Wire[] Util.getAllWires(Component root_)
          Returns all wires in the component hierarchy.
 Wire Wire.join(Wire that_)
          Joins the wire that_ to this.
 Wire Wire.join(Port p_, java.lang.String type_)
          Joins the port with this wire.
 Wire Wire.join(Port p1_, Port p2_, java.lang.String type_)
          Joins the two ports with this wire.
 Wire Wire.join(Port p1_, java.lang.String type1_, Port p2_, java.lang.String type2_)
          Joins the two ports with this wire.
 Wire Wire.join(Port[] pp_, java.lang.String type_)
          Joins the ports with this wire.
 Wire Port.getOutWire()
           
 Wire Port.getInWire()
           
 

Methods in drcl.comp with parameters of type Wire
 Wire Wire.join(Wire that_)
          Joins the wire that_ to this.
 


DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~