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

de.hakenadu.terms.LeafTerm Maven / Gradle / Ivy

Go to download

A light extensible java 8+ library for creating composites of terms which are evaluatable using a visitor pattern.

The newest version!
package de.hakenadu.terms;

/**
 * This interface is implemented by the composite leaf {@link Term terms}.
 * 
 * @author Manuel Seiche
 * @since 11.12.2019
 */
public interface LeafTerm extends Term {
	/*
	 * structure only
	 */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy