owlcollab / owlcollab/owltools

what's a curried flexLoader? (OWLGraphWrapperExtended)

Open
#91 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.