findMatchingFragments

fun findMatchingFragments(type: String): List<ConfLib.Fragment>
fun findMatchingFragments(pos: DesignPosition, frags: List<ConfLib.Fragment>): List<ConfLib.Fragment>
fun findMatchingFragments(pos: DesignPosition, type: String = pos.type): List<ConfLib.Fragment>