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

com.github.romanqed.jsm.model.Formattable Maven / Gradle / Ivy

Go to download

A lightweight library that allows you to create fast finite state machine according to a given scheme.

The newest version!
package com.github.romanqed.jsm.model;

/**
 * An interface describing an entity for which a certain format string can be obtained.
 */
public interface Formattable {

    /**
     * Returns format string.
     *
     * @return format string
     */
    String format();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy