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();
}
package org.bidib.wizard.model.ports;
public interface TicksAware {
/**
* @return the number of ticks configured for this port
*/
Integer getTicks();
}