Search in sources :

Example 1 with FEList

use of com.bakdata.conquery.apiv1.frontend.FEList in project conquery by bakdata.

the class FrontEndConceptBuilder method createTreeMap.

public static FEList createTreeMap(Concept<?> concept) {
    FEList map = new FEList();
    fillTreeMap(concept, map);
    return map;
}
Also used : FEList(com.bakdata.conquery.apiv1.frontend.FEList)

Aggregations

FEList (com.bakdata.conquery.apiv1.frontend.FEList)1