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

org.unlaxer.parser.PropagatableSource Maven / Gradle / Ivy

package org.unlaxer.parser;

public interface PropagatableSource extends Parser{
	
	public boolean merge(boolean fromParentValue, boolean thisSourceValue);
	
	public boolean getInvertMatchToChild();
	
	public void setComputedInvertMatch(boolean computedInvertMatch);
	
	public boolean getThisInvertedSourceValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy