C# 클래스 RDFSharp.Model.RDFCollection

RDFCollection represents a generic collection in the RDF model. It is made up of items, which must be all resources or all literals.
상속: IEnumerable
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IEnumerable IEnumerator

공개 메소드들

메소드 설명
AddItem ( Object item ) : RDFCollection

Adds the given item to the collection, avoiding duplicate insertions

ClearItems ( ) : void

Removes all the items from the collection

RDFCollection ( RDFModelEnums itemType ) : System

Default ctor to build an empty collection of the given type

ReifyCollection ( ) : RDFGraph

Builds the reification graph of the collection

RemoveItem ( Object item ) : RDFCollection

Removes the given item from the collection

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

Exposes an untyped enumerator on the collection's items

메소드 상세

AddItem() 공개 메소드

Adds the given item to the collection, avoiding duplicate insertions
public AddItem ( Object item ) : RDFCollection
item Object
리턴 RDFCollection

ClearItems() 공개 메소드

Removes all the items from the collection
public ClearItems ( ) : void
리턴 void

RDFCollection() 공개 메소드

Default ctor to build an empty collection of the given type
public RDFCollection ( RDFModelEnums itemType ) : System
itemType RDFModelEnums
리턴 System

ReifyCollection() 공개 메소드

Builds the reification graph of the collection
public ReifyCollection ( ) : RDFGraph
리턴 RDFGraph

RemoveItem() 공개 메소드

Removes the given item from the collection
public RemoveItem ( Object item ) : RDFCollection
item Object
리턴 RDFCollection