Interface DirectedOutgoingHyperedge<S extends DirectedHypergraphNode,T extends DirectedHypergraphNode>
-
- Type Parameters:
S-T-
- All Superinterfaces:
AttributeMapOwner,java.lang.Cloneable,DirectedHypergraphElement
- All Known Implementing Classes:
AbstractDirectedOutgoingHyperedge
public interface DirectedOutgoingHyperedge<S extends DirectedHypergraphNode,T extends DirectedHypergraphNode> extends DirectedHypergraphElement
represents edges going from a source towards multiple targets- Author:
- bfvdonge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SgetSource()java.util.Set<T>getTargets()-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraphElement
equals, getGraph, getLabel, hashCode
-
-