Uses of Class
it.unipd.dei.ims.nestor.experiment.utils.NestorSetAndElementTables

Packages that use NestorSetAndElementTables
it.unipd.dei.ims.nestor.experiment.parser   
it.unipd.dei.ims.nestor.experiment.primitives   
it.unipd.dei.ims.nestor.experiment.utils   
 

Uses of NestorSetAndElementTables in it.unipd.dei.ims.nestor.experiment.parser
 

Methods in it.unipd.dei.ims.nestor.experiment.parser that return NestorSetAndElementTables
 NestorSetAndElementTables NestorDataStructureBuilder.buildInverseNSMStructureAndContent(javax.xml.stream.XMLStreamReader reader)
          This class parses the XML and create all the dictionaries for the sets plus the INS-M dictionary of materialized sets.
 NestorSetAndElementTables NestorCompleteDataStructuresBuilder.buildInverseNSMStructureAndContent(javax.xml.stream.XMLStreamReader reader)
          This class parses the XML and create all the dictionaries for the sets plus the INS-M dictionary of materialized sets.
 NestorSetAndElementTables NestorDataStructureBuilder.inverseNSMDataStructureAndElementsInit(java.io.File file)
           
 NestorSetAndElementTables NestorCompleteDataStructuresBuilder.inverseNSMDataStructureAndElementsInit(java.io.File file)
           
 NestorSetAndElementTables NestorDataStructureBuilder.NSMDataStructureAndElementsInit(java.io.File file)
          This class sets the file which contains the XML file we are going to parse and from which we create the collections of subsets (sets and elements).
 

Uses of NestorSetAndElementTables in it.unipd.dei.ims.nestor.experiment.primitives
 

Methods in it.unipd.dei.ims.nestor.experiment.primitives with parameters of type NestorSetAndElementTables
static void NSMUpdateOperations.delete(NestorSetAndElementTables nsm, java.lang.Integer element)
           
static void NSMUpdateOperations.deleteSet(NestorSetAndElementTables nsm, java.lang.Integer setH)
          This class implements the algorithm Delete-Set-NSM(C,H) which deletes a set H from a NS-M C: Define a set, say K, containing all the elements in H minus all the elements belonging to its direct subsets - i.e.
static void InverseNSMUpdateOperations.deleteSet(NestorSetAndElementTables insm, java.lang.Integer setH)
          This class implements the algorithm Delete-Set-INSM(C,H) which deletes a set H from a INS-M C: Define a set, say K, containing all the elements in H minus all the elements belonging to its direct subset - i.e.
static java.util.ArrayList<java.lang.Integer> InverseNSMQueryOperations.directSupersets_INSM(NestorSetAndElementTables tables, java.lang.Integer set)
           
static void NSMUpdateOperations.insert(NestorSetAndElementTables nsm, int set, int element)
           
static void InverseNSMUpdateOperations.insert(NestorSetAndElementTables insm, int set, int element)
           
static void NSMUpdateOperations.insertAsSubset(NestorSetAndElementTables nsm, int setK, int elemNum)
          The id of the added set is automatically assigned.
static void InverseNSMUpdateOperations.insertAsSubset(NestorSetAndElementTables insm, int sizeC, int setK, int elemNum)
          This class implements the InsertasSubset-INSM algorithm.
static void NSMUpdateOperations.insertAsSuperset(NestorSetAndElementTables nsm, int setK, int elemNum)
           
static void InverseNSMUpdateOperations.insertAsSuperset(NestorSetAndElementTables insm, int sizeC, int setK, int elemNum)
          This class implements the InsertasSuperset-INSM(K,H) algorithm; in this case the set H has to be added to the INS-C C as a subset of K.
 

Uses of NestorSetAndElementTables in it.unipd.dei.ims.nestor.experiment.utils
 

Subclasses of NestorSetAndElementTables in it.unipd.dei.ims.nestor.experiment.utils
 class NestorCompleteDirectTables
          Defines the NESTOR tables containing all the sets of the data structures, the elements, the content of the elements, the attribute and their content.
 class NestorCompleteInvertedTables
          Defines the NESTOR tables containing all the sets of the data structures, the elements, the content of the elements, the attribute and their content.
 

Methods in it.unipd.dei.ims.nestor.experiment.utils with parameters of type NestorSetAndElementTables
static float[] DatasetStats.avarageSubsets(NestorSetAndElementTables nsm)
           
static int[] DatasetStats.leafAtMaxDepth(NestorSetAndElementTables nsm)
          Return the integer (id) of the set at the max depth of the hierarchy.
static int[] DatasetStats.maxFanOut(NestorSetAndElementTables nsm)