citmp2015 / flink-visual-programming

2 stars 9 forks source link

Validate Basic Classes #145

Open Rieprecht opened 8 years ago

Rieprecht commented 8 years ago

Validate all parameter and topology blocked by #140

Rieprecht commented 8 years ago

The components will be verified via their abstract classes. If the verify method is called within the BaseJobGraph each components verify method is called and tests whether the amount of ingoing and outgoing transitions is correct.