public class Node extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
Map<String,Object> |
getProperties() |
<E> E |
getProperty(String propertyName) |
int |
hashCode() |
<E> void |
setProperty(String propertyName,
E propertyValue) |
String |
toString() |
public static final String NAME
public Node(String name)
Copyright © 2017. All rights reserved.