Class GraphDefinition.AddEntitiesData

java.lang.Object
cz.metacentrum.perun.utils.graphs.generators.GraphDefinition.AddEntitiesData
Enclosing class:
GraphDefinition<T>

public class GraphDefinition.AddEntitiesData extends Object
Class representing the state of adding new data to the GraphDefinition. This state represents that entities data has been set and the graph edge type needs to be set.
  • Constructor Details

  • Method Details

    • withEdgeType

      public GraphDefinition<T> withEdgeType(GraphEdge.Type edgeType)
      Method used to set the edge type for data that has been passed before.
      Parameters:
      edgeType - edge type
      Returns:
      graph definition