Uses of Class
edu.ucsb.cs.scaffold.entity.ConceptEdge
Packages that use ConceptEdge
Package
Description
-
Uses of ConceptEdge in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller that return ConceptEdgeModifier and TypeMethodDescriptionConceptsController.postConceptEdge(Long sourceConceptId, Long targetConceptId) -
Uses of ConceptEdge in edu.ucsb.cs.scaffold.repository
Methods in edu.ucsb.cs.scaffold.repository that return types with arguments of type ConceptEdgeModifier and TypeMethodDescriptionConceptEdgeRepository.findByCourseId(Long courseId) ConceptEdgeRepository.findBySourceIdAndTargetId(Long sourceId, Long targetId) ConceptEdgeRepository.findBySourceIdOrTargetId(Long sourceId, Long targetId) -
Uses of ConceptEdge in edu.ucsb.cs.scaffold.services
Method parameters in edu.ucsb.cs.scaffold.services with type arguments of type ConceptEdgeModifier and TypeMethodDescriptionbooleanConceptGraphService.wouldCreateCycle(List<ConceptEdge> existingEdges, Long sourceId, Long targetId) True if adding an edge sourceId -> targetId would create a cycle, i.e. targetId can already reach sourceId via existingEdges.