org.apache.jena.atlas.lib.Lib.className()

Here are the examples of the java api org.apache.jena.atlas.lib.Lib.className() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : ConverterSPARQLStar2SPARQL.java
with Apache License 2.0
from RDFstar

@Override
protected String getCommandName() {
    return Lib.clreplacedName(this);
}