int[] stringSubTypeValuePos, String[] indexIDs, int[] indexKinds, int[] compStarts,
int[] compDefs) {
int result = 0;
try {
// System.out.println("CppUimajEngine::initialize()");
CASMgrSerializer serializer = new CASMgrSerializer();
serializer.typeOrder = typePriorities;
serializer.indexNames = indexIDs;
// trivalliy construct the name to index map
serializer.nameToIndexMap = new int[indexIDs.length];