Class ConceptGraphYamlDTO

java.lang.Object
edu.ucsb.cs.scaffold.model.ConceptGraphYamlDTO

public class ConceptGraphYamlDTO extends Object
The YAML document exchanged by the concept-graph download/upload endpoints. See docs/yaml-format.md for the format specification; field names here are the YAML keys.

Concept ids are external ids: consecutive integers assigned at export whose only job is to let edges refer to top-level concepts within the file. They are unrelated to database row ids, which change on every upload.

  • Constructor Details

    • ConceptGraphYamlDTO

      public ConceptGraphYamlDTO()