Package org.jpmml.evaluator
Class EntityUtil
- java.lang.Object
-
- org.jpmml.evaluator.EntityUtil
-
public class EntityUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends org.dmg.pmml.Entity<?>>
com.google.common.collect.BiMap<String,E>buildBiMap(List<E> entities)static <E extends org.dmg.pmml.Entity<?>>
StringgetId(E entity, com.google.common.collect.BiMap<String,E> entityRegistry)static <E extends org.dmg.pmml.Entity<?>>
StringgetId(E entity, HasEntityRegistry<E> hasEntityRegistry)
-
-
-
Method Detail
-
getId
public static <E extends org.dmg.pmml.Entity<?>> String getId(E entity, HasEntityRegistry<E> hasEntityRegistry)
-
getId
public static <E extends org.dmg.pmml.Entity<?>> String getId(E entity, com.google.common.collect.BiMap<String,E> entityRegistry)
-
-