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

io.vertx.tp.workflow.uca.conformity.GearGrid Maven / Gradle / Ivy

The newest version!
package io.vertx.tp.workflow.uca.conformity;

import cn.vertxup.workflow.cv.em.PassWay;

/**
 * @author Lang
 */
public class GearGrid extends AbstractGear {
    public GearGrid() {
        super(PassWay.Grid);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy