| Modifier and Type | Method and Description |
|---|---|
void |
addChild(MCFTree.Node n) |
MCFTree.Node |
findChild(String fname) |
ByteBuffer |
getBuffer() |
Map<String,MCFTree.Node> |
getChildren() |
String |
getFieldName() |
int |
getLevel() |
String |
getParent() |
boolean |
hasBuffer() |
boolean |
isRoot() |
boolean |
isSubtreeVisited()
Function which checks to see if all childs are visited.
|
boolean |
isVisited() |
void |
setVisited() |
public String getFieldName()
public void addChild(MCFTree.Node n)
public MCFTree.Node findChild(String fname)
public boolean hasBuffer()
public ByteBuffer getBuffer()
public void setVisited()
public boolean isSubtreeVisited()
public boolean isVisited()
public String getParent()
public Map<String,MCFTree.Node> getChildren()
public int getLevel()
public boolean isRoot()
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.