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

public int getIndexOfChild(Object child)

getChildren

public Iterator getChildren()

children

public Vector children()

toString

public String toString()

getChildCount

public int getChildCount()

getChild

public IFolder getChild(int index)