T - the generic typepublic abstract static class RelationshipGraphNode.NodeFactory<T extends RelationshipGraphNode.Node<T>>
extends java.lang.Object
| Constructor and Description |
|---|
RelationshipGraphNode.NodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
createNode(XMLFragment el,
int idx,
boolean bUsable,
java.lang.String tagSelector)
Creates a new Node object.
|
public abstract T createNode(XMLFragment el, int idx, boolean bUsable, java.lang.String tagSelector)
el - the elidx - the idxbUsable - the b usabletagSelector - the tag selector