gradoop
gradoop copied to clipboard
Unary graph operators should implement ApplicableUnaryGraphToGraphOperator
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.