Interface ModelFactory<T extends ModelDescriptor>

    • Method Detail

      • getModelFromDescriptor

        DescribedModel<? extends T> getModelFromDescriptor​(T descriptor)
        Get the model for the given descriptor.
        Parameters:
        descriptor - An object being able to describe the given model.
        Returns:
        The model.