list_get_elements


Description:

public static List<ElementFactory> list_get_elements (ElementFactoryListType type, Rank minrank)

Get a list of factories that match the given type.

Only elements with a rank greater or equal to minrank will be returned. The list of factories is returned by decreasing rank.

Parameters:

type

a ElementFactoryListType

minrank

Minimum rank

Returns:

a List of ElementFactory elements. Use list_free after usage.