org.grinvin.generators.graphs
Interface GraphGenerator
- Factory, NamedFactory
- AbstractGraphGenerator
public interface GraphGenerator
GraphGeneratorInstance | createInstance() - Should be overridden to generate an instance for the current values of the
factory arguments.
|
String | getId() - Return the string that uniquely identifies this generator.
|
String | getInstanceId() - Return the id of the generator instance which will be created
when using the current parameter values.
|
getId
public String getId()
Return the string that uniquely identifies this generator. This id
is typically used for retreiving documentation pages for this generator
and for building URIs for the instances created by this generator.
getInstanceId
public String getInstanceId()
throws FactoryParameterException
Return the id of the generator instance which will be created
when using the current parameter values.