org.bidib.wizard.model.ports.TicksAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-model Show documentation
Show all versions of bidibwizard-model Show documentation
jBiDiB BiDiB Wizard Model POM
package org.bidib.wizard.model.ports;
public interface TicksAware {
/**
* @return the number of ticks configured for this port
*/
Integer getTicks();
}