public abstract class FactoryNode extends Node implements Serializable
Constructor and Description |
---|
FactoryNode() |
Modifier and Type | Method and Description |
---|---|
Object |
getConfiguration() |
String |
getId() |
String |
getType() |
void |
setConfiguration(Object configuration) |
void |
setType(Class type) |
void |
setType(String type) |
String |
toString() |
Copyright © 2016. All rights reserved.