Package org.gephi.datalab.spi.rows.merge
Interface AttributeRowsMergeStrategyBuilder
-
public interface AttributeRowsMergeStrategyBuilder
This interface is used for providing RowsMergeStrategy instances using the Netbeans Lookup but avoiding the singleton it causes.
Each RowsMergeStrategy should have a RowsMergeStrategyBuilder and publish it with
@ServiceProvider(service=RowsMergeStrategyBuilder.class)
annotation.- Author:
- Eduardo Ramos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeRowsMergeStrategy
getAttributeRowsMergeStrategy()
-
-
-
Method Detail
-
getAttributeRowsMergeStrategy
AttributeRowsMergeStrategy getAttributeRowsMergeStrategy()
-
-