Triple(Subject,Predicate,Object)
override string FunctionName
Name of the function
override string[] DefaultArgumentNames
Default Argument names
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
Triple(ScriptNode Subject, ScriptNode Predicate, ScriptNode Object, int Start, int Length, Expression Expression)
Triple(Subject,Predicate,Object)
override Task< IElement > EvaluateAsync(IElement[] Arguments, Variables Variables)
Evaluates the function.
Set of semantic elements.
static ISemanticElement Encapsulate(object Value)
Encapsulates an object as a semantic element.
Implements a semantic triple.
Interface for semantic nodes.