com.tensegrity.graph.model
Interface NodeInfoGenerator
- public interface NodeInfoGenerator
Implementors of this interface must be able to generate an instance of a
NodeInfo. Generation means in this case the recreation of a
NodeInfo that has been serialized before.
In order to recreate an NodeInfo the
NodeInfoGenerator get called by the GraphAPI with the string
representation of the NodeInfo to recreate.
- Version:
- $Id: NodeInfoGenerator.java,v 1.1 2005/05/02 18:29:36 MichaelKegel Exp $
- Author:
- MKegel
generateNodeInfo
public NodeInfo generateNodeInfo(java.lang.String representation)
- Parameters:
representation -
- Returns:
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.