All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jpmml.manager.HasEntityRegistry Maven / Gradle / Ivy

/*
 * Copyright (c) 2013 University of Tartu
 */
package org.jpmml.manager;

import org.dmg.pmml.*;

import com.google.common.collect.*;

public interface HasEntityRegistry {

	/**
	 * Takes the snapshot of all known (ie. registered with the class model) Entity instances.
	 *
	 * @return A bidirectional map between {@link Entity#getId() Entity identifiers} and {@link Entity Entity instances}.
	 */
	BiMap getEntityRegistry();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy