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

brooklyn.entity.basic.EntityFactory Maven / Gradle / Ivy

package brooklyn.entity.basic;

import brooklyn.entity.Entity;

import java.util.Map;

/**
 * A Factory for creating entities.
 *
 * @param 
 */
public interface EntityFactory {
    T newEntity(Map flags, Entity parent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy