Package edu.ucsb.cs.scaffold.model
Class ConceptGraphYamlDTO
java.lang.Object
edu.ucsb.cs.scaffold.model.ConceptGraphYamlDTO
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConceptGraphYamlDTO
public ConceptGraphYamlDTO()
-