|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionCall
Part of a SPARQL expression that calls a Function.
Method Summary | |
---|---|
java.util.List<RDFNode> |
getArguments()
Gets a list of argument RDFNodes, whereby each RDFNode is already cast into the most specific subclass possible. |
java.util.Map<Property,RDFNode> |
getArgumentsMap()
Gets a Map from properties (such as sp:arg1, sp:arg2) to their declared argument values. |
Resource |
getFunction()
Gets the URI Resource of the Function being called here. |
Methods inherited from interface org.topbraid.spin.model.print.Printable |
---|
print |
Method Detail |
---|
java.util.List<RDFNode> getArguments()
java.util.Map<Property,RDFNode> getArgumentsMap()
Resource getFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |