Uses of Record Class
edu.ucsb.cs.scaffold.controller.ConceptsController.MajorConceptDTO
Packages that use ConceptsController.MajorConceptDTO
-
Uses of ConceptsController.MajorConceptDTO in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller that return types with arguments of type ConceptsController.MajorConceptDTOModifier and TypeMethodDescriptionConceptsController.ScaffoldResetResponseDTO.graph()Returns the value of thegraphrecord component.Constructor parameters in edu.ucsb.cs.scaffold.controller with type arguments of type ConceptsController.MajorConceptDTOModifierConstructorDescriptionScaffoldResetResponseDTO(ConceptsController.ScaffoldResetReportDTO report, List<ConceptsController.MajorConceptDTO> graph, List<ConceptsController.EdgeDTO> edges) Creates an instance of aScaffoldResetResponseDTOrecord class.