public class EntityUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends org.dmg.pmml.Entity<?>> |
buildBiMap(List<E> entities) |
static <E extends org.dmg.pmml.Entity<?>> |
getId(E entity,
com.google.common.collect.BiMap<String,E> entityRegistry) |
static <E extends org.dmg.pmml.Entity<?>> |
getId(E entity,
HasEntityRegistry<E> hasEntityRegistry) |
public static <E extends org.dmg.pmml.Entity<?>> String getId(E entity, HasEntityRegistry<E> hasEntityRegistry)
public static <E extends org.dmg.pmml.Entity<?>> String getId(E entity, com.google.common.collect.BiMap<String,E> entityRegistry)
Copyright © 2021. All rights reserved.