We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every AST should contain a variable which contains a logical statement for representing its feature mapping. This requires to use the prop4j library which can be found here: https://github.com/FeatureIDE/FeatureIDE/releases/download/v3.7.0/de.ovgu.featureide.lib.fm-v3.7.0.jar Example usage:
AST
Node myFormula; Literal a = new Literal("A"); Literal b = new Literal("B", false); myFormula = new And(a, b);
Node
The text was updated successfully, but these errors were encountered:
TODO Links this to Pull request which will later adress (among others) issue #54
Sorry, something went wrong.
wurstbroteater
tcerny
jeremiaheinle
No branches or pull requests
Description
Every
AST
should contain a variable which contains a logical statement for representing its feature mapping. This requires to use the prop4j library which can be found here: https://github.com/FeatureIDE/FeatureIDE/releases/download/v3.7.0/de.ovgu.featureide.lib.fm-v3.7.0.jarExample usage:
Definition of Done
AST
class contains theNode
of the prop4j lib as class variableThe text was updated successfully, but these errors were encountered: