Class CompositeEntityModel


  • public class CompositeEntityModel
    extends Object
    A composite entity extractor.
    • Constructor Detail

      • CompositeEntityModel

        public CompositeEntityModel()
    • Method Detail

      • children

        public List<String> children()
        Get the children value.
        Returns:
        the children value
      • withChildren

        public CompositeEntityModel withChildren​(List<String> children)
        Set the children value.
        Parameters:
        children - the children value to set
        Returns:
        the CompositeEntityModel object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public CompositeEntityModel withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the CompositeEntityModel object itself.