Lines Matching refs:ThisPerform
376 // ValueMap prevThisPerform = (ValueMap) performResults.get(OWLS.Process.ThisPerform);
379 // performResults.put(OWLS.Process.ThisPerform, new ValueMap());
409 // values.addMap( (ValueMap) performResults.get( OWLS.Process.ThisPerform ) );
412 // performResults.put(OWLS.Process.ThisPerform, prevThisPerform);
427 ValueMap prevThisPerform = (ValueMap) performResults.get(OWLS.Process.ThisPerform);
428 performResults.put(OWLS.Process.ThisPerform, values);
448 if( otherPerform.equals( Perform.ThisPerform ) )
466 " (bound to Perform: ThisPerform Parameter: " + otherParam + ")");
474 performResults.put(OWLS.Process.ThisPerform, prevThisPerform);
480 ValueMap values = (ValueMap) performResults.get( OWLS.Process.ThisPerform );