/*
* add the bound variable of the rhs
*/
List<String> vars2 = model.getModel().getRHSBoundFacts();
for ( String v : vars2 ) {
ActionInsertFact factPattern = model.getModel().getRHSBoundFact( v );
if ( factPattern.factType.equals( this.methodParameter.type ) ) {
// First selection is empty
if ( listVariable.getItemCount() == 0 ) {
listVariable.addItem( "..." );
}