Uses of Interface
com.tensegrity.generic.attribute.meta.AttributeTypeSet

Packages that use AttributeTypeSet
com.tensegrity.generic.attribute Contains interfaces that define the attribute framework and its associated exceptions. 
com.tensegrity.generic.attribute.meta Contains type information and meta informations for attributes and attributesets. 
 

Uses of AttributeTypeSet in com.tensegrity.generic.attribute
 

Methods in com.tensegrity.generic.attribute that return AttributeTypeSet
 AttributeTypeSet AttributeCollection.getTypeSet()
          Returns all AttributeType objects of each Attribute in this set as a AttributeTypeSet.
 AttributeTypeSet AttributeCollection.getTypeTree()
          Returns the AttributeType‘s of each attribute in this set as a AttributeTypeSet.
 

Uses of AttributeTypeSet in com.tensegrity.generic.attribute.meta
 

Methods in com.tensegrity.generic.attribute.meta with parameters of type AttributeTypeSet
 void AttributeTypeSetVisitor.enterTypeSet(AttributeTypeSet typeSet, int level)
          This method is envoked during the traversal of an AttributeTypeSet - hierarchy.
 void AttributeTypeSetVisitor.leaveTypeSet(AttributeTypeSet typeSet, int level)
          This method is envoked during the traversal of an AttributeTypeSet- hierarchy.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.