![JAR search and dependency download from the Maven repository](/logo.png)
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 - 2025 Weber Informatics LLC | Privacy Policy