Class GraphDefinition.WithTargetEntities
java.lang.Object
cz.metacentrum.perun.utils.graphs.generators.GraphDefinition.WithTargetEntities
- Enclosing class:
GraphDefinition<T>
Class representing the state of adding target entities. This state represents that target entities has been set for
entity specified before and the graph edge type needs to be set.
-
Constructor Summary
ConstructorDescriptionWithTargetEntities
(GraphDefinition<T> graphDefinition, T entity, Set<T> targetEntities) -
Method Summary
Modifier and TypeMethodDescriptionwithEdgeType
(GraphEdge.Type edgeType) Method used to set the edge type for data that has been passed before.
-
Constructor Details
-
WithTargetEntities
-
-
Method Details
-
withEdgeType
Method used to set the edge type for data that has been passed before.- Parameters:
edgeType
- edge type- Returns:
- graph definition
-