suvi.api.alg.attr
Interface GraphLayoutAttrMapBuilder


public interface GraphLayoutAttrMapBuilder

A Builder [Gamma1995] for GraphLayoutAttrMap.


Method Summary
 GraphLayoutAttrBuilder builder(java.lang.Object key)
          A builder for the given attribute key.
 GraphLayoutAttrMap newMap()
          A new instance of the map built.
 

Method Detail

builder

public GraphLayoutAttrBuilder builder(java.lang.Object key)

A builder for the given attribute key.

If the key is not found, null may not be returned.


newMap

public GraphLayoutAttrMap newMap()

A new instance of the map built.