Uses of Class
byucc.jhdl.platforms.util.PortProperty

Packages that use PortProperty
byucc.jhdl.platforms.util   
 

Uses of PortProperty in byucc.jhdl.platforms.util
 

Methods in byucc.jhdl.platforms.util that return PortProperty
 PortProperty[] UserPortInfo.getInAttributes()
           
 PortProperty UserPortInfo.getInAttribute(java.lang.String prop)
           
 PortProperty[] UserPortInfo.getOutAttributes()
           
 PortProperty UserPortInfo.getOutAttribute(java.lang.String prop)
           
 PortProperty[] VPortInfo.getAttributes()
          Get the array of attributes
 PortProperty VirtualPort.getDefaultProperty(java.lang.String property)
          Get a specific default property.
 PortProperty[] VirtualPort.getInAttributes(int index)
          Retrieves all attributes associated with the UserPort for the IN direction for the specified bit.
 PortProperty VirtualPort.getInAttribute(int index, java.lang.String property)
          Retrieves the specified attribute associated with the UserPort for the IN direction for the specified bit.
 PortProperty[] VirtualPort.getOutAttributes(int index)
          Retrieves all attributes associated with the UserPort for the OUT direction for the specified bit.
 PortProperty VirtualPort.getOutAttribute(int index, java.lang.String prop)
          Retrieves the specified attribute associated with the UserPort for the OUT direction for the specified bit.
 

Methods in byucc.jhdl.platforms.util with parameters of type PortProperty
 void VirtualPort.addDefaultProperty(PortProperty property)
          Adds a default property for all bits of this VirtualPort
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.