ThreadSafeTripleCollection Properties |
The ThreadSafeTripleCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the Number of Triples in the Triple Collection.
(Overrides WrapperTripleCollection.Count.) |
![]() | Item |
Gets the original instance of a specific Triple from the Triple Collection.
(Overrides WrapperTripleCollection.Item[Triple].) |
![]() | ObjectNodes |
Gets all the Nodes which are Objects of Triples in the Triple Collectio.
(Overrides WrapperTripleCollection.ObjectNodes.) |
![]() | PredicateNodes |
Gets all the Nodes which are Predicates of Triples in the Triple Collection.
(Overrides WrapperTripleCollection.PredicateNodes.) |
![]() | SubjectNodes |
Gets all the Nodes which are Subjects of Triples in the Triple Collection.
(Overrides WrapperTripleCollection.SubjectNodes.) |