The Meta-Environment API

Uses of Class
nl.cwi.sen1.visbase.factbrowser.data.RStoreFact

Packages that use RStoreFact
nl.cwi.sen1.visbase.factbrowser.data   
 

Uses of RStoreFact in nl.cwi.sen1.visbase.factbrowser.data
 

Fields in nl.cwi.sen1.visbase.factbrowser.data with type parameters of type RStoreFact
private  java.util.ArrayList<RStoreFact> RStore.factNodes
           
 

Methods in nl.cwi.sen1.visbase.factbrowser.data that return types with arguments of type RStoreFact
 java.util.ArrayList<RStoreFact> RStore.getFactNodes()
          This method will return the ArrayList which contains all the children FactNodes
 

Methods in nl.cwi.sen1.visbase.factbrowser.data with parameters of type RStoreFact
 void RStore.addFactNode(RStoreFact factNode)
          This method will make it possible to add an Child factNode
 


The Meta-Environment API