Package com.algo.generator
Class Generator
- java.lang.Object
-
- com.algo.generator.Generator
-
- Direct Known Subclasses:
Cycle,CylindricalGrid,Grid,Path,RandomGraph,Wheel
public abstract class Generator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Generator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Structuregenerate(AlgorithmParameters p)GeneratorDescriptiongetDescription()AlgorithmParametersgetParameters()
-
-
-
Method Detail
-
getParameters
public AlgorithmParameters getParameters()
-
generate
public abstract Structure generate(AlgorithmParameters p) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getDescription
public GeneratorDescription getDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-