com.ontotext.gate.vr
Interface IFolder

All Known Implementing Classes:
ClassNode

public interface IFolder


Method Summary
 Vector children()
           
 IFolder getChild(int index)
           
 int getChildCount()
           
 Iterator getChildren()
           
 int getIndexOfChild(Object child)
           
 String toString()
           
 

Method Detail

getIndexOfChild

int getIndexOfChild(Object child)

getChildren

Iterator getChildren()

children

Vector children()

toString

String toString()
Overrides:
toString in class Object

getChildCount

int getChildCount()

getChild

IFolder getChild(int index)