In the product system tutorial the LCI method is selected via an interactive window ```python methodDescriptor = ModelSelectionDialog.select(ModelType.IMPACT_METHOD) ``` How can I choose a method directly in jython? How can I list the possible methods?