
net.sf.gluebooster.java.booster.basic.math.ConditionByProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-basic Show documentation
Show all versions of gb-basic Show documentation
Basic classes to support the development of applications. There should be as few dependencies on other frameworks as possible.
The newest version!
package net.sf.gluebooster.java.booster.basic.math;
import net.sf.gluebooster.java.booster.essentials.math.Condition;
/**
* A condition that just contains property values.
*
* @author cbauer
*
*/
public class ConditionByProperties extends ConditionBasics> {
@Override
public Result findSubcondition(Result template) throws Exception {
// TODO Auto-generated method stub
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy