com.tensegrity.graph.model
Interface EdgeInfoGenerator


public interface EdgeInfoGenerator

Implementors of this interface must be able to generate an instance of an EdgeInfo. Generation means in this case the recreation of an EdgeInfo that has been serialized before.

In order to recreate an EdgeInfo the EdgeInfoGenerator get called by the GraphAPI with the string representation of the EdgeInfo to recreate.

Version:
$Id: EdgeInfoGenerator.java,v 1.1 2005/05/02 18:29:36 MichaelKegel Exp $
Author:
MKegel

Method Summary
 EdgeInfo generateEdgeInfo(java.lang.String representation)
           
 

Method Detail

generateEdgeInfo

public EdgeInfo generateEdgeInfo(java.lang.String representation)
Parameters:
representation -
Returns:


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