RLPark 1.0.0
Reinforcement Learning Framework in Java

zephyr.plugin.core.api.internal.codeparser.codetree.ObjectCollectionNode Class Reference

Inheritance diagram for zephyr.plugin.core.api.internal.codeparser.codetree.ObjectCollectionNode:
zephyr.plugin.core.api.internal.codeparser.codetree.ClassNode zephyr.plugin.core.api.internal.codeparser.codetree.AbstractParentNode zephyr.plugin.core.api.internal.codeparser.codetree.AbstractCodeNode zephyr.plugin.core.api.internal.codeparser.interfaces.MutableParentNode zephyr.plugin.core.api.internal.codeparser.interfaces.CodeNode zephyr.plugin.core.api.internal.codeparser.interfaces.ParentNode zephyr.plugin.core.api.internal.codeparser.interfaces.CodeNode

List of all members.

Public Member Functions

 ObjectCollectionNode (String label, ParentNode parent, Object instance, Field parentField)
Object children ()
Object instance ()
boolean isAdvertized ()
void addChild (CodeNode child)
CodeNode getChild (int index)
CodeNode getChild (String id)
int nbChildren ()
ParentNode parent ()
String label ()
int level ()
String[] path ()

Detailed Description

Definition at line 8 of file ObjectCollectionNode.java.


Constructor & Destructor Documentation

zephyr.plugin.core.api.internal.codeparser.codetree.ObjectCollectionNode.ObjectCollectionNode ( String  label,
ParentNode  parent,
Object  instance,
Field  parentField 
)

Definition at line 9 of file ObjectCollectionNode.java.


Member Function Documentation

void zephyr.plugin.core.api.internal.codeparser.codetree.AbstractParentNode.addChild ( CodeNode  child) [inherited]
Object zephyr.plugin.core.api.internal.codeparser.codetree.ObjectCollectionNode.children ( )

Definition at line 13 of file ObjectCollectionNode.java.

CodeNode zephyr.plugin.core.api.internal.codeparser.codetree.AbstractParentNode.getChild ( int  index) [inherited]
CodeNode zephyr.plugin.core.api.internal.codeparser.codetree.AbstractParentNode.getChild ( String  id) [inherited]
Object zephyr.plugin.core.api.internal.codeparser.codetree.ClassNode.instance ( ) [inherited]

Definition at line 23 of file ClassNode.java.

boolean zephyr.plugin.core.api.internal.codeparser.codetree.ClassNode.isAdvertized ( ) [inherited]

Definition at line 19 of file ClassNode.java.

String zephyr.plugin.core.api.internal.codeparser.codetree.AbstractCodeNode.label ( ) [inherited]
int zephyr.plugin.core.api.internal.codeparser.codetree.AbstractCodeNode.level ( ) [inherited]
int zephyr.plugin.core.api.internal.codeparser.codetree.AbstractParentNode.nbChildren ( ) [inherited]
ParentNode zephyr.plugin.core.api.internal.codeparser.codetree.AbstractCodeNode.parent ( ) [inherited]
String [] zephyr.plugin.core.api.internal.codeparser.codetree.AbstractCodeNode.path ( ) [inherited]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark