Uses of Class
cz.metacentrum.perun.utils.graphs.Graph
Packages that use Graph
Package
Description
-
Uses of Graph in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return GraphModifier and TypeMethodDescriptionAttributesManagerBl.getAttributeModulesDependenciesGraph
(PerunSession session) Generates graph describing dependencies of attribute modules. -
Uses of Graph in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return GraphModifier and TypeMethodDescriptionAttributesManagerBlImpl.getAttributeModulesDependenciesGraph
(PerunSession session) -
Uses of Graph in cz.metacentrum.perun.utils.graphs.generators
Methods in cz.metacentrum.perun.utils.graphs.generators that return GraphModifier 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
Methods in cz.metacentrum.perun.utils.graphs.serializers with parameters of type GraphModifier and TypeMethodDescriptionDotGraphSerializer.generateTextFileContent
(Graph graph) GraphSerializer.generateTextFileContent
(Graph graph) Generates content of a text file describing graph.TgfGraphSerializer.generateTextFileContent
(Graph graph)