org.qbicc.facts.Fact Maven / Gradle / Ivy
package org.qbicc.facts;
/**
* A boolean fact which applies to a specific element type.
*/
public interface Fact {
Class getElementType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy