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

org.brightify.torch.Entities Maven / Gradle / Ivy

The newest version!
package org.brightify.torch;

import java.util.Collection;

/**
 * @author Tadeas Kriz
 */
public interface Entities {
     Key keyOf(ENTITY entity);

    Collection> getAllDescriptions();

     EntityDescription getDescription(Class entityClass);

     EntityDescription getDescription(String name);

    // FIXME this should be done differently (and have name registerDescription)
     void registerMetadata(EntityDescription metadata);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy