public class ApplyConverter extends Converter
Constructor and Description |
---|
ApplyConverter(Scanner scannerObj)
Constructor to initiate scanner object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
convert()
Method to convert the SPARQL query.
|
java.sql.ResultSet |
execute()
Execute the converted query.
|
java.lang.String |
visualize()
Method to visualize the result of query.
|
createCsvFile, getConverTime, getInstance, getScanner
public ApplyConverter(Scanner scannerObj)
scannerObj
- Current object of scanner.public java.lang.String convert() throws java.sql.SQLException
Converter
public java.lang.String visualize() throws java.sql.SQLException
Converter