Interface ILcdSVGModelDescriptorFactory

All Superinterfaces:
ILcdModelDescriptorFactory

public interface ILcdSVGModelDescriptorFactory extends ILcdModelDescriptorFactory
Interface that provides a new way to create ModelDescriptors using xml attributes.
  • Method Details

    • createModelDescriptor

      ILcdModelDescriptor createModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdModel aModel, Attributes aAttributes)
      Creates an ILcdModelDescriptor based on a model and xml attributes.
      Parameters:
      aSourceName - the source of the model.
      aTypeName - the type of data that is in the model.
      aDisplayName - the display name to use for the model.
      aModel - the model itself.
      aAttributes - a set of XML attributes that can be used to define the model descriptor.
      Returns:
      a ILcdModelDescriptor based on the given parameters.