Uses of Class
cz.metacentrum.perun.utils.graphs.Graph
Package
Description
-
Uses of Graph in cz.metacentrum.perun.core.bl
Modifier and TypeMethodDescriptionAttributesManagerBl.getAttributeModulesDependenciesGraph
(PerunSession session) Generates graph describing dependencies of attribute modules. -
Uses of Graph in cz.metacentrum.perun.core.blImpl
Modifier and TypeMethodDescriptionAttributesManagerBlImpl.getAttributeModulesDependenciesGraph
(PerunSession session) -
Uses of Graph in cz.metacentrum.perun.utils.graphs.generators
Modifier and TypeMethodDescriptionGraphGenerator.generate
(NodeGenerator<T> nodeGenerator, GraphDefinition<T> graphDefinition) Generates graph from given graph definition and with given node generator.NoDuplicatedEdgesGraphGenerator.generate
(NodeGenerator<T> nodeGenerator, GraphDefinition<T> graphDefinition) -
Uses of Graph in cz.metacentrum.perun.utils.graphs.serializers
Modifier and TypeMethodDescriptionDotGraphSerializer.generateTextFileContent
(Graph graph) GraphSerializer.generateTextFileContent
(Graph graph) Generates content of a text file describing graph.TgfGraphSerializer.generateTextFileContent
(Graph graph)