|
|||||||||
| Home >> All >> com >> trapezium >> chisel >> [ condensers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.trapezium.chisel.condensers
Class IFS_IndexOptimizer.IFS_IndexInfo

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> trapezium >> chisel >> [ condensers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.trapezium.chisel.condensers.IFS_IndexOptimizer.IFS_IndexInfo