Class GraphDefinition.AddEntity
java.lang.Object
cz.metacentrum.perun.utils.graphs.generators.GraphDefinition.AddEntity
- Enclosing class:
GraphDefinition<T>
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionwithTargetEntities
(Set<T> targetEntities) Method used to set the target entities to entity that has been set before.
-
Constructor Details
-
AddEntity
-
-
Method Details
-
withTargetEntities
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
-