
net.sf.gluebooster.java.booster.basic.transformation.CallableBySelectingACallable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-basic Show documentation
Show all versions of gb-basic Show documentation
Basic classes to support the development of applications. There should be as few dependencies on other frameworks as possible.
The newest version!
package net.sf.gluebooster.java.booster.basic.transformation;
import java.util.HashMap;
import java.util.Map;
import net.sf.gluebooster.java.booster.essentials.eventsCommands.Callable;
import net.sf.gluebooster.java.booster.essentials.eventsCommands.CallableAbstraction;
/**
* Selects a callable and invokes its call.
*
* @author cbauer
*
* @param
* Parameter of the call
* @param
* Result of the call
*/
public class CallableBySelectingACallable extends CallableAbstraction {
/**
* The default callable if none could be selected
*/
private Callable defaultCallable;
/**
* The callables to select from.
*/
private Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy