Package org.aksw.faraday_cage.engine
Class DecoratedExecutionNodeFactory<U extends ExecutionNode<T>,V extends ExecutionNodeWrapper<U,T>,T>
java.lang.Object
org.aksw.faraday_cage.engine.PluginFactory<U>
org.aksw.faraday_cage.engine.DecoratedExecutionNodeFactory<U,V,T>
public class DecoratedExecutionNodeFactory<U extends ExecutionNode<T>,V extends ExecutionNodeWrapper<U,T>,T>
extends PluginFactory<U>
-
Method Summary
Modifier and TypeMethodDescriptionCreate an instance of theFaradayCagePluginidentified byid.getImplementationOf(Resource type)Create an instance ofFaradayCagePluginfor a giventype.Methods inherited from class org.aksw.faraday_cage.engine.PluginFactory
listAvailable
-
Method Details
-
getImplementationOf
Description copied from class:PluginFactoryCreate an instance ofFaradayCagePluginfor a giventype.- Overrides:
getImplementationOfin classPluginFactory<U extends ExecutionNode<T>>- Parameters:
type- type of the instance to create- Returns:
- instance of the
FaradayCagePluginfor the giventype.
-
create
Description copied from class:PluginFactoryCreate an instance of theFaradayCagePluginidentified byid.- Overrides:
createin classPluginFactory<U extends ExecutionNode<T>>- Parameters:
id- identifier of the instance to create- Returns:
- instance of the
FaradayCagePluginidentified byid.
-
getWrapperFactory
-