Uses of Interface
com.tensegrity.generic.persistence.Builder

Packages that use Builder
com.tensegrity.composite.geometry.persistence Provides interfaces and classes for making geometry attributes of composites persistent. 
com.tensegrity.composite.persistence Provides classes for making composite objects persistent. 
com.tensegrity.composite.style.persistence Provides classes for making style attributes persistent. 
com.tensegrity.graph.element.persistence Element persistance functions.  
com.tensegrity.graph.persistence GraphPersistence package.  
com.tensegrity.graph.rule.persistence This package contains the classes necessary to implement xml and attribute-based persistence for rules.  
com.tensegrity.gui.template   
 

Uses of Builder in com.tensegrity.composite.geometry.persistence
 

Classes in com.tensegrity.composite.geometry.persistence that implement Builder
 class GeometryDescriptorBuilder
          The GeometryDescriptorBuilder creates an instance of GeometryDescriptor from an AttributeList.
 class GeometryDescriptorItemBuilder
          The GeometryDescriptorItemBuilder build an instance of GeometryDescriptorItem from an AttributeList.
 class GeometryItemBuilder
          The GeometryItemBuilder is capable of building GeometryItem instances from AttributeLists.
 

Uses of Builder in com.tensegrity.composite.persistence
 

Classes in com.tensegrity.composite.persistence that implement Builder
 class CompositeBuilder
          The CompositeBuilder creates an instance of Composite by recreating the primitives of the composite.
 class CompositeGroupBuilder
          The class CompositeGroupBuilder creates a CompositeGroup instance from a given AttributeList containing the definition of such group.
 class CompositeLabelBuilder
          Builds a CompositeLabel-instance from a definition given in an AttributeList.
 class CompositeLineBuilder
          The class CompositeLineBuilder creates an instance of CompositeLine from a given AttributeList.
 class CompositeSwimLaneBuilder
          The CompositeSwimLaneBuilder creates a CompositeSwimLane instance from a given AttributeList.
 class CompositeSwimLanePoolBuilder
          CompositeSwimLanePoolBuilder creates a CompositeSwimLanePool instance from a given AttributeList.
 class CompositeTableBuilder
          This class builds a CompositeTable from an given AttributeList.
 

Uses of Builder in com.tensegrity.composite.style.persistence
 

Classes in com.tensegrity.composite.style.persistence that implement Builder
 class StyleDescriptorBuilder
          The StyleDescriptorBuilder restores StyleDescriptor instances from an AttributeList.
 class StyleDescriptorItemBuilder
          The StyleDescriptorItemBuilder creates a an instance of DefaultStyleDescriptorItem's from a given AttributeList.
 class StyleItemBuilder
          The StyleItemBuilder creates StyleItem instances from a given AttributeList.
 

Uses of Builder in com.tensegrity.graph.element.persistence
 

Classes in com.tensegrity.graph.element.persistence that implement Builder
 class CustomAttributeSetElementBuilder
          CustomAttributeSetElementBuilder creates an element instance from a given AttributeSet.
 class EdgeElementBuilder
          EdgeElementBuilder creates an element instance from a given AttributeSet.
 class NodeElementBuilder
          RuleBuilder creates an element instance from a given AttributeSet.
 

Uses of Builder in com.tensegrity.graph.persistence
 

Methods in com.tensegrity.graph.persistence that return Builder
abstract  Builder GraphModelPersistenceFactory.newEdgeBuilder(com.tensegrity.graph.defaultview.InternalIDPool poolIDs)
           
abstract  Builder GraphModelPersistenceFactory.newNodeBuilder(com.tensegrity.graph.defaultview.InternalIDPool poolIDs)
           
abstract  Builder GraphModelPersistenceFactory.newSubgraphBuilder(com.tensegrity.graph.defaultview.InternalIDPool poolIDs)
           
abstract  Builder GraphViewPersistenceFactory.newVisualEdgeBuilder(com.tensegrity.graph.defaultview.InternalIDPool poolIDs)
           
abstract  Builder GraphViewPersistenceFactory.newVisualNodeBuilder(com.tensegrity.graph.defaultview.InternalIDPool poolIDs)
           
abstract  Builder GraphViewPersistenceFactory.newVisualSubgraphBuilder(com.tensegrity.graph.defaultview.InternalIDPool poolIDs)
           
 

Uses of Builder in com.tensegrity.graph.rule.persistence
 

Classes in com.tensegrity.graph.rule.persistence that implement Builder
 class RuleBuilder
          RuleBuilder creates a Rule instance from a given AttributeList.
 

Uses of Builder in com.tensegrity.gui.template
 

Classes in com.tensegrity.gui.template that implement Builder
 class TemplateBuilder
          The TemplateBuilder creates an instance of Template for a given AttributeList originally created by the com.tensegrity.gui.template.TemplateSerializer.
 



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