Uses of Enum Class
cz.metacentrum.perun.utils.graphs.GraphTextFormat
Packages that use GraphTextFormat
Package
Description
-
Uses of GraphTextFormat in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api with parameters of type GraphTextFormatModifier 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
Methods in cz.metacentrum.perun.core.bl with parameters of type GraphTextFormatModifier 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
Methods in cz.metacentrum.perun.core.blImpl with parameters of type GraphTextFormatModifier and TypeMethodDescriptionAttributesManagerBlImpl.getAttributeModulesDependenciesGraphAsString(PerunSession session, GraphTextFormat format) AttributesManagerBlImpl.getAttributeModulesDependenciesGraphAsString(PerunSession session, GraphTextFormat format, AttributeDefinition attributeDefinition) -
Uses of GraphTextFormat in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry with parameters of type GraphTextFormatModifier and TypeMethodDescriptionAttributesManagerEntry.getModulesDependenciesGraph(PerunSession session, GraphTextFormat format) AttributesManagerEntry.getModulesDependenciesGraph(PerunSession session, GraphTextFormat format, String attributeName) -
Uses of GraphTextFormat in cz.metacentrum.perun.utils.graphs
Subclasses with type arguments of type GraphTextFormat in cz.metacentrum.perun.utils.graphsMethods in cz.metacentrum.perun.utils.graphs that return GraphTextFormatModifier and TypeMethodDescriptionstatic GraphTextFormatReturns 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.