Searched refs:typeObjs (Results 1 – 1 of 1) sorted by relevance
185 Map typeObjs = null; in getInstance() local188 typeObjs = (Map)objectives.get(type); in getInstance()189 if (typeObjs != null) { in getInstance()190 Class objClass = (Class)typeObjs.get(exp.getName()); in getInstance()254 Map typeObjs = new HashMap(); in registerObjectives() local263 typeObjs.put(key, clazz); in registerObjectives()272 objectives.put(type, typeObjs); in registerObjectives()