Click or drag to resize

IMatchTriplePattern Methods

The IMatchTriplePattern type exposes the following members.

Methods
  NameDescription
Public methodAccepts
Gets whether a given triple is accepted by this pattern.
Public methodCompareTo(T)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparableIMatchTriplePattern.)
Public methodCompareTo(T) (Inherited from IComparableITriplePattern.)
Public methodCreateResult
Creates a set from a Triple.
Public methodEvaluate
Evaluates the Triple Pattern in the given Evaluation Context.
(Inherited from ITriplePattern.)
Public methodGetTriples
Gets the Triples that match this pattern.
Top
See Also