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

org.bidib.wizard.model.ports.TicksAware Maven / Gradle / Ivy

package org.bidib.wizard.model.ports;

public interface TicksAware {
    /**
     * @return the number of ticks configured for this port
     */
    Integer getTicks();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy