public class FunctionCallImpl extends ModuleCallImpl implements FunctionCall
INDENTATION| Constructor and Description |
|---|
FunctionCallImpl(org.apache.jena.graph.Node node,
org.apache.jena.enhanced.EnhGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.jena.rdf.model.RDFNode> |
getArguments()
Gets a list of argument RDFNodes, whereby each RDFNode is already cast
into the most specific subclass possible.
|
Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> |
getArgumentsMap()
Gets a Map from properties (such as sp:arg1, sp:arg2) to their declared
argument values.
|
org.apache.jena.rdf.model.Resource |
getFunction()
Gets the URI Resource of the Function being called here.
|
Module |
getModule()
Gets the associated module, i.e.
|
static boolean |
isSetOperator(String symbol) |
void |
print(PrintContext p)
Instructs this to print itself into a given PrintContext.
|
getComment, getElements, getElements, getList, hasRDFType, printComment, printNestedElementList, printNestedElementList, printNestedExpressionString, printNestedExpressionString, printPrefixes, printVariableExpression, printVariableExpression, printVarOrResource, toStringgetInteger, getLiteral, getLong, getRDFNode, getResource, getString, inferRDFNodeabort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, asLiteral, asResource, begin, commit, getId, getLocalName, getModel, getModelCom, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, mustHaveModel, removeAll, removeProperties, visitWithas, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isURIResource, isValid, viewAsaddView, alreadyHasView, asInternal, supportsclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitabort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toStringpublic FunctionCallImpl(org.apache.jena.graph.Node node,
org.apache.jena.enhanced.EnhGraph graph)
public List<org.apache.jena.rdf.model.RDFNode> getArguments()
FunctionCallgetArguments in interface FunctionCallpublic Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> getArgumentsMap()
FunctionCallgetArgumentsMap in interface FunctionCallpublic org.apache.jena.rdf.model.Resource getFunction()
FunctionCallgetFunction in interface FunctionCallpublic Module getModule()
ModuleCallgetModule in interface ModuleCallpublic static boolean isSetOperator(String symbol)
public void print(PrintContext p)
PrintableCopyright © 2017 TopQuadrant, Inc.. All rights reserved.