|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrle.core.vm.View
public abstract class View
Provides a read-only view of a DataNode.
Field Summary | |
---|---|
protected GameContext |
context
|
protected DataNode |
owner
The actual node that we are a view of. |
Constructor Summary | |
---|---|
View(DataNode owner,
GameContext context)
Initializes a view of an owner node. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
InfoGroupView |
findGroup(java.lang.String path)
|
InfoView |
findInfo(java.lang.String path)
|
GameContext |
getContext()
Access the GameContext. |
int |
hashCode()
|
java.lang.String |
id()
Returns our node's id. |
java.util.List<InfoGroupView> |
infoGroupList()
Returns an unmodifiable list of views of the child info group nodes of our owner node. |
java.util.List<InfoView> |
infoList()
Returns an unmodifiable list of views of the child info nodes of our owner node. |
java.util.List<InfoView> |
infoListRecursive()
Returns an unmodifiable list of views of the child info nodes of our owner node, recursing into any sub-nodes |
DataNode |
node()
Returns the node that we are a view of. |
java.lang.String |
pathId()
Returns our node's full id. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DataNode owner
protected GameContext context
Constructor Detail |
---|
public View(DataNode owner, GameContext context)
owner
- context
- - the game contextMethod Detail |
---|
public GameContext getContext()
public DataNode node()
public java.util.List<InfoView> infoList()
public java.util.List<InfoView> infoListRecursive()
public java.util.List<InfoGroupView> infoGroupList()
public java.lang.String id()
public java.lang.String pathId()
public InfoView findInfo(java.lang.String path)
public InfoGroupView findGroup(java.lang.String path)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |