TreeIndexedTripleCollection Class |
Namespace: VDS.RDF
The TreeIndexedTripleCollection type exposes the following members.
Name | Description | |
---|---|---|
TreeIndexedTripleCollection |
Creates a new Tree Indexed triple collection.
| |
TreeIndexedTripleCollection(MultiDictionaryMode) |
Creates a new Tree Indexed triple collection.
| |
TreeIndexedTripleCollection(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, MultiDictionaryMode) |
Creates a new Tree Indexed triple collection with the given Indexing options.
|
Name | Description | |
---|---|---|
Count |
Gets the count of triples in the collection.
(Overrides BaseTripleCollectionCount.) | |
Item |
Gets the specific instance of a Triple in the collection.
(Overrides BaseTripleCollectionItemTriple.) | |
ObjectNodes |
Gets the Object Nodes.
(Overrides BaseTripleCollectionObjectNodes.) | |
PredicateNodes |
Gets the Predicate Nodes.
(Overrides BaseTripleCollectionPredicateNodes.) | |
SubjectNodes |
Gets the Subject Nodes.
(Overrides BaseTripleCollectionSubjectNodes.) |
Name | Description | |
---|---|---|
Add |
Adds a Triple to the collection.
(Overrides BaseTripleCollectionAdd(Triple).) | |
Contains |
Checks whether the collection contains a given Triple.
(Overrides BaseTripleCollectionContains(Triple).) | |
Delete |
Deletes a triple from the collection.
(Overrides BaseTripleCollectionDelete(Triple).) | |
Dispose |
Disposes of the collection.
(Overrides BaseTripleCollectionDispose.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Gets the enumerator for the collection.
(Overrides BaseTripleCollectionGetEnumerator.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RaiseTripleAdded |
Helper method for raising the Triple Added event.
(Inherited from BaseTripleCollection.) | |
RaiseTripleRemoved |
Helper method for raising the Triple Removed event.
(Inherited from BaseTripleCollection.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithObject |
Gets all the triples with a given object.
(Overrides BaseTripleCollectionWithObject(INode).) | |
WithPredicate |
Gets all the triples with a given predicate.
(Overrides BaseTripleCollectionWithPredicate(INode).) | |
WithPredicateObject |
Gets all the triples with a given predicate and object.
(Overrides BaseTripleCollectionWithPredicateObject(INode, INode).) | |
WithSubject |
Gets all the triples with a given subject.
(Overrides BaseTripleCollectionWithSubject(INode).) | |
WithSubjectObject |
Gets all the triples with a given subject and object.
(Overrides BaseTripleCollectionWithSubjectObject(INode, INode).) | |
WithSubjectPredicate |
Gets all the triples with a given subject and predicate.
(Overrides BaseTripleCollectionWithSubjectPredicate(INode, INode).) |
Name | Description | |
---|---|---|
TripleAdded |
Event which occurs when a Triple is added to the Collection
(Inherited from BaseTripleCollection.) | |
TripleRemoved |
Event which occurs when a Triple is removed from the Collection
(Inherited from BaseTripleCollection.) |