Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.chisel.condensers
Class IFS_IndexOptimizer.IFS_IndexInfo  view IFS_IndexOptimizer.IFS_IndexInfo download IFS_IndexOptimizer.IFS_IndexInfo.java

java.lang.Object
  extended bycom.trapezium.chisel.condensers.IFS_IndexOptimizer.IFS_IndexInfo
Enclosing class:
IFS_IndexOptimizer

class IFS_IndexOptimizer.IFS_IndexInfo
extends java.lang.Object


Field Summary
(package private)  int[] indexArray
           
(package private)  java.lang.String indexFieldName
           
(package private)  com.trapezium.vrml.node.Node node
           
(package private)  java.util.Vector nonRepeatingValues
           
 
Constructor Summary
IFS_IndexOptimizer.IFS_IndexInfo(com.trapezium.vrml.node.Node node, java.util.Vector nonRepeatingValues, int[] indexArray, java.lang.String indexFieldName)
           
 
Method Summary
 int[] getIndexArray()
           
 java.lang.String getIndexFieldName()
           
 com.trapezium.vrml.node.Node getNode()
           
 java.util.Vector getNonRepeatingValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

com.trapezium.vrml.node.Node node

nonRepeatingValues

java.util.Vector nonRepeatingValues

indexArray

int[] indexArray

indexFieldName

java.lang.String indexFieldName
Constructor Detail

IFS_IndexOptimizer.IFS_IndexInfo

public IFS_IndexOptimizer.IFS_IndexInfo(com.trapezium.vrml.node.Node node,
                                        java.util.Vector nonRepeatingValues,
                                        int[] indexArray,
                                        java.lang.String indexFieldName)
Method Detail

getNonRepeatingValues

public java.util.Vector getNonRepeatingValues()

getIndexArray

public int[] getIndexArray()

getNode

public com.trapezium.vrml.node.Node getNode()

getIndexFieldName

public java.lang.String getIndexFieldName()