The Meta-Environment API

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

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

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

Fields in nl.cwi.sen1.visbase.factbrowser.data declared as RStoreFactType
private  RStoreFactType RStoreFact.factType
           
 

Fields in nl.cwi.sen1.visbase.factbrowser.data with type parameters of type RStoreFactType
private  java.util.ArrayList<RStoreFactType> FactBrowserDataManager.factTypes
           
 

Methods in nl.cwi.sen1.visbase.factbrowser.data that return RStoreFactType
 RStoreFactType FactBrowserDataManager.addFactType(java.lang.String newType)
          This method is to register an RStoreFactType.
 RStoreFactType RStoreFact.getFactType()
          get the FactType this fact is composed of.
 

Methods in nl.cwi.sen1.visbase.factbrowser.data with parameters of type RStoreFactType
private  void FactBrowserDataManager.coupleVisualisation(VisualisationPlugin visPlugin, RStoreFactType visFactType)
          This method couples the visualisationPlugin to the nessecary RStoreFactTypes.
 void FactBrowserDataManager.createVisualisation(VisualisationPlugin visNewPlugin, RStoreFactType visFactType)
          This method is a method which directs the creation of a new Visualisation plugin and couples it to the different FactTypes
 

Constructors in nl.cwi.sen1.visbase.factbrowser.data with parameters of type RStoreFactType
RStoreFact(java.lang.String factName, int factId, RStoreFactType factType)
          The constructor with all the parameters to create a new Fact
 


The Meta-Environment API