transform Into Outgoing Property Edge List
fun <T : Node> transformIntoOutgoingPropertyEdgeList(nodes: List<T>, commonRelationshipNode: Node): MutableList<PropertyEdge<T>>
Transforms a List of Nodes into targets of PropertyEdges. Include Index Property as Lists are indexed
Return
List of PropertyEdges with the targets of the nodes and index property.
Parameters
nodes
List of nodes that should be transformed into PropertyEdges
common Relationship Node
node where all the Edges should start