public class MacroModel
extends java.lang.Object
| Constructor and Description |
|---|
MacroModel() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
findNode(Node node,
int hashCode)
Find node.
|
static java.lang.String |
getChildren(java.lang.String hash)
Gets the children.
|
static java.lang.String |
getParent(java.lang.String hash)
Gets the parent.
|
static java.lang.String |
getProperties(java.lang.String hash)
Gets the properties.
|
static java.lang.String |
getType(java.lang.String hash)
Gets the type.
|
public static Node root
public static java.lang.String getType(java.lang.String hash)
hash - the hashpublic static java.lang.String getProperties(java.lang.String hash)
hash - the hashpublic static java.lang.String getChildren(java.lang.String hash)
hash - the hashpublic static java.lang.String getParent(java.lang.String hash)
hash - the hash