public class EntityUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends org.dmg.pmml.Entity> |
buildBiMap(java.util.List<E> entities) |
static <E extends org.dmg.pmml.Entity> |
getId(E entity,
com.google.common.collect.BiMap<java.lang.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,
java.util.concurrent.atomic.AtomicInteger index,
com.google.common.collect.ImmutableBiMap.Builder<java.lang.String,E> builder) |
static <E extends org.dmg.pmml.Entity> |
putAll(java.util.List<E> entities,
java.util.concurrent.atomic.AtomicInteger index,
com.google.common.collect.ImmutableBiMap.Builder<java.lang.String,E> builder) |
public static <E extends org.dmg.pmml.Entity> java.lang.String getId(E entity,
HasEntityRegistry<E> hasEntityRegistry)
public static <E extends org.dmg.pmml.Entity> java.lang.String getId(E entity,
com.google.common.collect.BiMap<java.lang.String,E> entityRegistry)
public static <E extends org.dmg.pmml.Entity> com.google.common.collect.ImmutableBiMap<java.lang.String,E> buildBiMap(java.util.List<E> entities)
public static <E extends org.dmg.pmml.Entity> com.google.common.collect.ImmutableBiMap.Builder<java.lang.String,E> put(E entity,
java.util.concurrent.atomic.AtomicInteger index,
com.google.common.collect.ImmutableBiMap.Builder<java.lang.String,E> builder)
public static <E extends org.dmg.pmml.Entity> com.google.common.collect.ImmutableBiMap.Builder<java.lang.String,E> putAll(java.util.List<E> entities,
java.util.concurrent.atomic.AtomicInteger index,
com.google.common.collect.ImmutableBiMap.Builder<java.lang.String,E> builder)
Copyright © 2017. All Rights Reserved.