public class Node extends Object implements Serializable
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Node> |
getChildren() |
Double |
getNorm() |
String |
getType() |
Map<String,Serializable> |
getValue() |
int |
hashCode() |
void |
setChildren(List<Node> children) |
void |
setNorm(Double norm) |
void |
setType(String type) |
void |
setValue(Map<String,Serializable> value) |
String |
toString() |
public Double getNorm()
public void setNorm(Double norm)
public String getType()
public void setType(String type)
public Map<String,Serializable> getValue()
public void setValue(Map<String,Serializable> value)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.