Uses of Interface
net.sf.csutils.core.model.ROAttribute

Packages that use ROAttribute
net.sf.csutils.core.model   
net.sf.csutils.core.model.impl   
 

Uses of ROAttribute in net.sf.csutils.core.model
 

Subinterfaces of ROAttribute in net.sf.csutils.core.model
 interface ROClassification
          Interface of a classification attributes.
 interface ROFile
          Interface of a file attribute.
 interface RORelation
          Extension of ROAttribute; you may cast an ROAttribute to an RORelation if, and only if, its type is ROAttribute.Type.relation.
 interface ROSlot
          Extension of ROAttribute for slot attributes.
 

Methods in net.sf.csutils.core.model that return ROAttribute
 ROAttribute ROType.getAttribute(java.lang.String pName)
          Returns the attribute with the given name.
 

Methods in net.sf.csutils.core.model that return types with arguments of type ROAttribute
 java.util.Map<java.lang.String,ROAttribute> ROType.getAttributes()
          Returns the map of all attributes.
 

Uses of ROAttribute in net.sf.csutils.core.model.impl
 

Classes in net.sf.csutils.core.model.impl that implement ROAttribute
 class StaticROAttribute
           
 class StaticROClassification
           
 class StaticROFile
          Default implementation of ROFile.
 class StaticRORelation
          Extension of StaticROAttribute, which implements RORelation.
 class StaticROSlot
          Static implementation of ROSlot.
 

Methods in net.sf.csutils.core.model.impl that return ROAttribute
 ROAttribute StaticROType.getAttribute(java.lang.String pName)
           
 

Methods in net.sf.csutils.core.model.impl that return types with arguments of type ROAttribute
 java.util.Map<java.lang.String,ROAttribute> StaticROType.getAttributes()
           
 

Method parameters in net.sf.csutils.core.model.impl with type arguments of type ROAttribute
 void StaticROType.setAttributes(java.util.Map<java.lang.String,ROAttribute> attributes)
           
 



Copyright © 2009-2010. All Rights Reserved.