public class SceneGraphNode extends java.lang.Object implements java.lang.Comparable<SceneGraphNode>
| Constructor and Description |
|---|
SceneGraphNode(IndexedWord value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(IndexedWord value) |
void |
addAttribute(SceneGraphAttribute attribute) |
int |
compareTo(SceneGraphNode o) |
boolean |
equals(java.lang.Object o) |
java.util.Set<SceneGraphAttribute> |
getAttributes() |
boolean |
hasAttribute(SceneGraphAttribute attribute) |
int |
hashCode() |
void |
removeAttribute(SceneGraphAttribute attribute) |
java.lang.String |
toJSONString() |
java.lang.String |
toString() |
IndexedWord |
value() |
public SceneGraphNode(IndexedWord value)
public IndexedWord value()
public void addAttribute(IndexedWord value)
public void addAttribute(SceneGraphAttribute attribute)
public boolean hasAttribute(SceneGraphAttribute attribute)
public void removeAttribute(SceneGraphAttribute attribute)
public java.util.Set<SceneGraphAttribute> getAttributes()
public int compareTo(SceneGraphNode o)
compareTo in interface java.lang.Comparable<SceneGraphNode>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toJSONString()