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

net.sf.jcc.state.GuardMatch Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package net.sf.jcc.state;

public interface GuardMatch 
{
	public boolean match(Entity context, String expression);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy