Uses of Class
cz.metacentrum.perun.utils.graphs.generators.GraphDefinition
Packages that use GraphDefinition
-
Uses of GraphDefinition in cz.metacentrum.perun.utils.graphs.generators
Methods in cz.metacentrum.perun.utils.graphs.generators that return GraphDefinitionModifier and TypeMethodDescriptionGraphDefinition.AddEntitiesData.withEdgeType
(GraphEdge.Type edgeType) Method used to set the edge type for data that has been passed before.GraphDefinition.WithTargetEntities.withEdgeType
(GraphEdge.Type edgeType) Method used to set the edge type for data that has been passed before.Methods in cz.metacentrum.perun.utils.graphs.generators with parameters of type GraphDefinitionModifier 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) Constructors in cz.metacentrum.perun.utils.graphs.generators with parameters of type GraphDefinitionModifierConstructorDescriptionAddEntitiesData
(Map<T, Set<T>> entityWithTargetEntities, GraphDefinition<T> graphDefinition) AddEntity
(T entity, GraphDefinition<T> graphDefinition) WithTargetEntities
(GraphDefinition<T> graphDefinition, T entity, Set<T> targetEntities)