gradoop icon indicating copy to clipboard operation
gradoop copied to clipboard

Unary graph operators should implement ApplicableUnaryGraphToGraphOperator

Open s1ck opened this issue 9 years ago • 0 comments
trafficstars

At the moment, there are two classes for each unary operator, e.g. Aggregation and ApplyAggregation. Instead, Aggregation should also implement ApplicableUnaryGraphToGraphOperator. This makes the API call `GraphCollection.apply(new Aggregation(...)) consistent.

s1ck avatar Jul 03 '16 00:07 s1ck