All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tsl2.nano.incubation.specification.actions.ActionPool Maven / Gradle / Ivy

Go to download

TSL2 Framework Specification (Pools of descripted and runnable Actions and Rules, Generic Tree)

There is a newer version: 2.5.1
Show newest version
/*
 * File: $HeadURL$
 * Id  : $Id$
 * 
 * created by: Tom, Thomas Schneider
 * created on: 02.03.2014
 * 
 * Copyright: (c) Thomas Schneider 2014, all rights reserved
 */
package de.tsl2.nano.incubation.specification.actions;

import de.tsl2.nano.incubation.specification.Pool;

/**
 * 
 * @author Tom, Thomas Schneider
 * @version $Revision$ 
 */
public class ActionPool extends Pool> {

    static {
        Pool.registerPool(ActionPool.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy