![JAR search and dependency download from the Maven repository](/logo.png)
org.jresearch.flexess.client.IChecker Maven / Gradle / Ivy
package org.jresearch.flexess.client;
import java.util.List;
import org.eclipse.emf.ecore.EObject;
public interface IChecker {
public boolean check(List roleInstances, EObject object, String operation) throws OperationNotFoundException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy