true if the method was allowed to create the expressionnull if the operation is not validOperationResult result = ... SparqlElement element = result.getSparqlElement(); element.setComment(<the comment>);
SparqlRequest request = new SparqlRequest("sitac"); request.addSelect("zone"); request.addAdditionalVariable("index"); request.addType("zone", "TaskZone"); request.addPropertyValue("zone", "isTasked", true); OperationResult<PropertyRef> propRef = request.addPropertyRef("zone", "hasIndex", "index"); propRef.setCommentOnElement("Comment on hasIndex");
null if the operation is not validCopyright 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence
Project Web Hosted by
Copyright 1999-2010 -
Geeknet, Inc., All Rights Reserved
About
-
Legal
-
Help