linikujp / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

what's a curried flexLoader? (OWLGraphWrapperExtended) #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by cmung...@gmail.com on 4 Feb 2014 at 4:17

GoogleCodeExporter commented 9 years ago
The point to to allow the s-expressions to work properly during the reflection 
of the configuration file.

Original comment by sjcar...@lbl.gov on 4 Feb 2014 at 4:20

GoogleCodeExporter commented 9 years ago

Original comment by sjcar...@lbl.gov on 4 Feb 2014 at 4:20