Skip to content

Commit

Permalink
Extend IGenerator which now provides getParameters()
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 20, 2012
1 parent 6e1e01b commit a71bc4f
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -18,8 +18,6 @@
*/
package org.openscience.cdk.renderer.generators;

import java.util.List;

import org.openscience.cdk.interfaces.IReaction;
import org.openscience.cdk.renderer.RendererModel;
import org.openscience.cdk.renderer.elements.IRenderingElement;
Expand All @@ -31,10 +29,8 @@
*
* @cdk.module renderextra
*/
public interface IReactionGenerator {
public interface IReactionGenerator extends IGenerator {

public IRenderingElement generate(IReaction reaction, RendererModel model);

public List<IGeneratorParameter<?>> getParameters();

}

0 comments on commit a71bc4f

Please sign in to comment.