R - type of start nodeT - type of nodes or node's value to selectpublic class ModelPath<R extends BranchNodeMetaModel,T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelPath.ModelPathBuilder<R extends BranchNodeMetaModel,S extends BranchNodeMetaModel> |
protected static class |
ModelPath.NodeSelector<R extends BranchNodeMetaModel,T> |
| Modifier | Constructor and Description |
|---|---|
protected |
ModelPath(ModelPath.NodeSelector<R,T> lastSelector) |
| Modifier and Type | Method and Description |
|---|---|
ModelPath<R,T> |
clone() |
void |
dispose() |
boolean |
equals(Object obj) |
protected Class<T> |
getClazz() |
protected LinkedList<ModelPath.NodeSelector<?,?>> |
getNodeSelectorList() |
int |
hashCode() |
boolean |
isIndisposable() |
ModelPath<R,T> |
setIndisposable() |
protected ModelPath(ModelPath.NodeSelector<R,T> lastSelector)
protected LinkedList<ModelPath.NodeSelector<?,?>> getNodeSelectorList()
public boolean isIndisposable()
public void dispose()
Copyright © 2020. All rights reserved.