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
Obj
Currently such ugly thing is necessary:
final Execution execution = new Execution(new Afm() .addAttribute(new AttributeItem(new IdentifierObjQualifier(attr.getDefaultDisplayForm().getIdentifier()), "a1")) .addMeasure(new MeasureItem(new SimpleMeasureDefinition(new UriObjQualifier(metric.getUri())), "m1")) );
Let's introduce some possibility for easier Execution creation. Possibilities to consider:
Execution
AttributeItem
MeasureDefinition
Attribute
DisplayForm
Metric
addAttribute
addMeasure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently such ugly thing is necessary:
Let's introduce some possibility for easier
Execution
creation. Possibilities to consider:AttributeItem
andMeasureDefinition
constructors havingAttribute
/DisplayForm
/Metric
as argumentsaddAttribute
andaddMeasure
methodsThe text was updated successfully, but these errors were encountered: