public abstract class Generator<M>
extends java.lang.Object
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
GenAnnotation |
getGenerator(de.uniks.networkparser.graph.Annotation annotation) |
GenAssociation |
getGenerator(de.uniks.networkparser.graph.Association assoc) |
GenAttribute |
getGenerator(de.uniks.networkparser.graph.Attribute attribute) |
GenClazzEntity |
getGenerator(de.uniks.networkparser.graph.Clazz clazz) |
GenClass |
getGenerator(Generator<?> generator,
java.lang.String name) |
GenMethod |
getGenerator(de.uniks.networkparser.graph.Method method) |
M |
getModel() |
void |
setModel(M value) |
Generator<M> |
withModel(M value) |
protected M model
public void setModel(M value)
public M getModel()
public GenAnnotation getGenerator(de.uniks.networkparser.graph.Annotation annotation)
public GenClazzEntity getGenerator(de.uniks.networkparser.graph.Clazz clazz)
public GenMethod getGenerator(de.uniks.networkparser.graph.Method method)
public GenAttribute getGenerator(de.uniks.networkparser.graph.Attribute attribute)
public GenAssociation getGenerator(de.uniks.networkparser.graph.Association assoc)