The Meta-Environment API

Uses of Package
nl.cwi.sen1.visbase.rstorecontainer.datatypes

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

Classes in nl.cwi.sen1.visbase.rstorecontainer.datatypes used by nl.cwi.sen1.visbase.rstorecontainer
FactInfoList
          This class represents the list of 'RStore Fact-identification data' being communicated over the ToolBus.
 

Classes in nl.cwi.sen1.visbase.rstorecontainer.datatypes used by nl.cwi.sen1.visbase.rstorecontainer.datatypes
ATermParseException
          Generic Exception for errors during parsing of ATerm data
FactInfo
          This class represents the 'RStore Fact-identification data' being communicated over the ToolBus
FactInfoList
          This class represents the list of 'RStore Fact-identification data' being communicated over the ToolBus.
 


The Meta-Environment API