Class PropertyFunctionHelper
Helper Class containing functions useful in working with property functions.
Inheritance
System.Object
PropertyFunctionHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRDF.dll
Syntax
public static class PropertyFunctionHelper
Methods
| Improve this Doc View SourceExtractPatterns(IEnumerable<ITriplePattern>)
Used to extract the patterns that make up property functions.
Declaration
public static List<IPropertyFunctionPattern> ExtractPatterns(IEnumerable<ITriplePattern> patterns)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<ITriplePattern> | patterns | Triple Patterns. |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<IPropertyFunctionPattern> |
ExtractPatterns(IEnumerable<ITriplePattern>, IEnumerable<IPropertyFunctionFactory>)
Used to extract the patterns that make up property functions.
Declaration
public static List<IPropertyFunctionPattern> ExtractPatterns(IEnumerable<ITriplePattern> patterns, IEnumerable<IPropertyFunctionFactory> localFactories)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<ITriplePattern> | patterns | Triple Patterns. |
System.Collections.Generic.IEnumerable<IPropertyFunctionFactory> | localFactories | Locally scoped factories. |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<IPropertyFunctionPattern> |