Interface ModelType

All Superinterfaces:
Type

public interface ModelType extends Type
Encapsulates a model type.
  • Method Details

    • getFamily

      ModelFamily getFamily()
      Returns the family of models that this model type belongs to.
    • getDescription

      default Optional<String> getDescription()
      Returns an optional description for the type. If present it should describe the purpose and usage of the model type.
      Returns:
      An optional description. The description can be formatted as html but should not include the start and end <html> tags. Any line-breaks will be automatically converted to
      tags.