cz.vutbr.web.css.TermFloatValue Maven / Gradle / Ivy
/**
*
*/
package cz.vutbr.web.css;
/**
* A basic interface of any term type with the float value.
*
* @author burgetr
*/
public interface TermFloatValue extends TermNumeric
{
}
/**
*
*/
package cz.vutbr.web.css;
/**
* A basic interface of any term type with the float value.
*
* @author burgetr
*/
public interface TermFloatValue extends TermNumeric
{
}