2using System.Threading.Tasks;
35 if (ExistingMatches is
null)
45 if (NewMatches is
null)
A chunked list is a linked list of chunks of objects of type T .
Intersection of two patterns.
ISparqlPattern Left
Left pattern
ISparqlPattern Right
Right pattern
OptionalPattern(ISparqlPattern Left, ISparqlPattern Right)
Optional pattern.
override async Task< IEnumerable< Possibility > > Search(ISemanticCube Cube, Variables Variables, IEnumerable< Possibility > ExistingMatches, SparqlQuery Query)
Searches for the pattern on information in a semantic cube.
Represents a possible solution during SPARQL evaluation.
Interface for semantic cubes.
Interface for SPARQL patterns.
Task< IEnumerable< Possibility > > Search(ISemanticCube Cube, Variables Variables, IEnumerable< Possibility > ExistingMatches, SparqlQuery Query)
Searches for the pattern on information in a semantic cube.