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) |
static <E extends org.dmg.pmml.Entity<?>> |
put(E entity,
AtomicInteger index,
com.google.common.collect.ImmutableBiMap.Builder<String,E> builder) |
static <E extends org.dmg.pmml.Entity<?>> |
putAll(List<E> entities,
AtomicInteger index,
com.google.common.collect.ImmutableBiMap.Builder<String,E> builder) |
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)
public static <E extends org.dmg.pmml.Entity<?>> com.google.common.collect.ImmutableBiMap<String,E> buildBiMap(List<E> entities)
public static <E extends org.dmg.pmml.Entity<?>> com.google.common.collect.ImmutableBiMap.Builder<String,E> put(E entity, AtomicInteger index, com.google.common.collect.ImmutableBiMap.Builder<String,E> builder)
public static <E extends org.dmg.pmml.Entity<?>> com.google.common.collect.ImmutableBiMap.Builder<String,E> putAll(List<E> entities, AtomicInteger index, com.google.common.collect.ImmutableBiMap.Builder<String,E> builder)
Copyright © 2019. All rights reserved.