|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.template.TemplateBuilder
The TemplateBuilder creates an instance of
Template
for a given AttributeList originally created by the
com.tensegrity.gui.template.TemplateSerializer.
| Constructor Summary | |
TemplateBuilder(com.tensegrity.graph.defaultview.InternalIDPool idMapPool)
Empty default constructor for the TemplateBuilder. |
|
| Method Summary | |
java.lang.Object |
build(AttributeList list)
Builds an object from the given AttributeList by reading all
required Attributes and its values and creating the object from. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TemplateBuilder(com.tensegrity.graph.defaultview.InternalIDPool idMapPool)
TemplateBuilder.
idMapPool - The InternalIDPool for the ID managment| Method Detail |
public java.lang.Object build(AttributeList list)
throws BuildException
BuilderAttributeList by reading all
required Attributes and its values and creating the object from.
build in interface Builderlist - the AttributeList holding the informations
specifying the object to be build.
BuildException - whenever an error occurs while building an object.Builder.build(com.tensegrity.generic.attribute.AttributeList)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||