Class AnyParticleMappingTemplate


public class AnyParticleMappingTemplate extends ParticleMappingTemplate
This class may be used to quickly initialize a model.
Since:
9.0
Author:
Jon van Leuven, Arjan Pragt
  • Constructor Details

    • AnyParticleMappingTemplate

      protected AnyParticleMappingTemplate(String name, String attributeName, com.aquima.interactions.foundation.report.IInitializationReport report)
  • Method Details

    • getName

      protected String getName()
    • getAttributeName

      protected String getAttributeName()
    • toDataSource

      protected com.aquima.interactions.communication.ds.IParticleMappingDS toDataSource()
      Description copied from class: ParticleMappingTemplate
      This method converts the template to a data source that can be used to initialize the definition.
      Specified by:
      toDataSource in class ParticleMappingTemplate
      Returns:
      a data source that can be used to initialize the definition.