The Meta-Environment API

Uses of Class
nl.cwi.sen1.visbase.rstorecontainer.datatypes.FactInfoList

Packages that use FactInfoList
nl.cwi.sen1.visbase.rstorecontainer Contains all businesslogic to communicate RStore data with other tools

2007-02-12 Ricardo Lindooren 
nl.cwi.sen1.visbase.rstorecontainer.datatypes Contains all datatypes that represent the data that is communicated over the toolbus between the RStoreContainer and other tools

The datatypes support roundTrip Toolbus creation:
- Create an ATermList from a datatype with toAtermList()
- Create a datatype from an ATermList with ConstructorName(ATermList)

2007-02-14 Ricardo Lindooren 
 

Uses of FactInfoList in nl.cwi.sen1.visbase.rstorecontainer
 

Methods in nl.cwi.sen1.visbase.rstorecontainer that return FactInfoList
 FactInfoList RStoreTracker.getFactInfoFromRStore()
          Creates a list of FactInfo objects containing the descriptive data from the found facts (using the RTuples in the RStore).
 

Uses of FactInfoList in nl.cwi.sen1.visbase.rstorecontainer.datatypes
 

Fields in nl.cwi.sen1.visbase.rstorecontainer.datatypes declared as FactInfoList
private  FactInfoList FactInfoListTest.rStoreFactInfoListUnderTest
           
 


The Meta-Environment API