private suspend fun expandRelationPartner(relationPartner: RelationPartner, stack: ArrayDeque<RelationPartner>)
Helper to
add the ComponentVersion of an Interface to the stack
add the Interfaces of a ComponentVersion to the stack
Parameters
relationPartner
the relation partner to expand
stack
the stack to add the expanded relation partners to