Interface ContentElement

  • All Implemented Interfaces:
    com.embabel.agent.rag.Datum

    
    public interface ContentElement
     implements Datum
                        

    Structural content element that may have a parent and children. Textual.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Set<String> labels() Labels of the entity.
      • Methods inherited from class com.embabel.agent.rag.Datum

        getId, getMetadata, getUri, propertiesToPersist
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • labels

         Set<String> labels()

        Labels of the entity. In Neo, this might include multiple labels. In a relational database, this might be a single table name.