Class GraphDefinition.AddEntity

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

public class GraphDefinition.AddEntity extends Object
Class representing the state of adding new entity to the GraphDefinition. This state represents that entity has been set and target entities need to be set.
  • Constructor Details

  • Method Details

    • withTargetEntities

      public GraphDefinition<T>.WithTargetEntities withTargetEntities(Set<T> targetEntities)
      Method used to set the target entities to entity that has been set before.
      Parameters:
      targetEntities - target entitites
      Returns:
      object defining that target nodes has been set