Uses of Class
org.simulare.Attribute

Packages that use Attribute
org.simulare   
 

Uses of Attribute in org.simulare
 

Methods in org.simulare that return Attribute
 Attribute Item.removeAttribute(java.lang.String name)
           
 Attribute Item.removeAttribute(int index)
           
 Attribute Item.getAttribute(java.lang.String name)
           
 Attribute Item.getAttribute(int index)
           
 Attribute Attribute.getCopy()
           
 

Methods in org.simulare with parameters of type Attribute
 void Item.addAttribute(Attribute attribute)
           
 void Item.addAttribute(int index, Attribute attribute)