Uses of Enum Class
cz.metacentrum.perun.utils.graphs.GraphTextFormat
Package
Description
-
Uses of GraphTextFormat in cz.metacentrum.perun.core.api
Modifier and TypeMethodDescriptionAttributesManager.getModulesDependenciesGraph
(PerunSession session, GraphTextFormat format) Generates graph describing attribute modules dependencies.AttributesManager.getModulesDependenciesGraph
(PerunSession session, GraphTextFormat format, String attributeName) Generates graph describing dependencies for given AttributeDefinition. -
Uses of GraphTextFormat in cz.metacentrum.perun.core.bl
Modifier and TypeMethodDescriptionAttributesManagerBl.getAttributeModulesDependenciesGraphAsString
(PerunSession session, GraphTextFormat format) Generates graph describing attribute modules dependencies.AttributesManagerBl.getAttributeModulesDependenciesGraphAsString
(PerunSession session, GraphTextFormat format, AttributeDefinition attributeDefinition) Generates graph describing dependencies for given AttributeDefinition. -
Uses of GraphTextFormat in cz.metacentrum.perun.core.blImpl
Modifier and TypeMethodDescriptionAttributesManagerBlImpl.getAttributeModulesDependenciesGraphAsString
(PerunSession session, GraphTextFormat format) AttributesManagerBlImpl.getAttributeModulesDependenciesGraphAsString
(PerunSession session, GraphTextFormat format, AttributeDefinition attributeDefinition) -
Uses of GraphTextFormat in cz.metacentrum.perun.core.entry
Modifier and TypeMethodDescriptionAttributesManagerEntry.getModulesDependenciesGraph
(PerunSession session, GraphTextFormat format) AttributesManagerEntry.getModulesDependenciesGraph
(PerunSession session, GraphTextFormat format, String attributeName) -
Uses of GraphTextFormat in cz.metacentrum.perun.utils.graphs
Modifier and TypeMethodDescriptionstatic GraphTextFormat
Returns the enum constant of this class with the specified name.static GraphTextFormat[]
GraphTextFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.