Uses of Record Class
edu.ucsb.cs.scaffold.services.ConceptGraphService.ResetResult
Packages that use ConceptGraphService.ResetResult
-
Uses of ConceptGraphService.ResetResult in edu.ucsb.cs.scaffold.services
Methods in edu.ucsb.cs.scaffold.services that return ConceptGraphService.ResetResultModifier and TypeMethodDescriptionConceptGraphService.reset(List<Concept> topLevelConcepts, List<ConceptEdge> edges) Runs the full scaffold reset analysis: cycle detection, transitive reduction, longest-path leveling, and layout.ConceptGraphService.reset(List<Concept> topLevelConcepts, List<ConceptEdge> edges, Map<Long, Integer> priorXByConceptId) LikeConceptGraphService.reset(List, List), but sorts each level by the given prior x values instead of each concept's own x column.