The Meta-Environment API

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

Packages that use FactInfo
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 FactInfo in nl.cwi.sen1.visbase.rstorecontainer.datatypes
 

Fields in nl.cwi.sen1.visbase.rstorecontainer.datatypes declared as FactInfo
private  FactInfo FactInfoTest.m_factInfo
           
private  FactInfo FactInfoListTest.rStoreFactInfoUsedForTests1
           
private  FactInfo FactInfoListTest.rStoreFactInfoUsedForTests2
           
 

Fields in nl.cwi.sen1.visbase.rstorecontainer.datatypes with type parameters of type FactInfo
private  java.util.List<FactInfo> FactInfoList.m_factInfoList
           
 

Methods in nl.cwi.sen1.visbase.rstorecontainer.datatypes that return types with arguments of type FactInfo
 java.util.List<FactInfo> FactInfoList.getFactInfos()
          Getter for the intern List instance
 

Methods in nl.cwi.sen1.visbase.rstorecontainer.datatypes with parameters of type FactInfo
 void FactInfoList.addFactInfoToList(FactInfo rStoreFactData)
          Adds a FactInfo object to this list.
 


The Meta-Environment API