|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||