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

com.github.obhen233.element.Element Maven / Gradle / Ivy

The newest version!
package com.github.obhen233.element;

import com.github.obhen233.result.ExcuteResult;

/*
 * 每一个规则都是一个元素
 * Every Leaf or Node Is An Element.
 * */
public interface Element {
	public ExcuteResult excute();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy