owlcollab / owlcollab/owltools
what's a curried flexLoader? (OWLGraphWrapperExtended)
Open
Nobody has claimed this yet.
imported
Type-Review
- Dominant language
- Java
- Stars
- 115
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
From cmung...@gmail.com on February 03, 2014 20:17:45
And what is this meant to do? what's the point of sargs?
/**
* Gets the textual definition of an OWLObject
* \<p>
* This is a curried FlexLoader s-expression version of {@link #getDef(OWLObject)}.
*
* @param c
* @param sargs
* @return definition
*
* @see #getDef(OWLObject)
*/
public String getDef(OWLObject c, List<String> sargs) {
return getDef(c);
}
Original issue: http://code.google.com/p/owltools/issues/detail?id=91
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect OWLGraphWrapperExtended#getDef(OWLObject, List) alongside getDef(OWLObject), which the issue identifies. Determine the intended meaning of the curried FlexLoader form and sargs from the surrounding API, then clarify the documentation or behavior once maintainers confirm the expected scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100