代表するs an RDF 指名するd graph that is 蓄える/店d in an RDF Repository.
公式文書,認める that this interface 相続するs from XResource: the
指名する of the graph is the string value of the RDF node.
This is so that you can easily make RDF 声明s about 指名するd graphs.
公式文書,認める that the ODF elements that can have metadata 大(公)使館員d all
器具/実施する the interface XMetadatable, which 相続するs
from XResource, meaning that you can 簡単に pass them
in as arguments here, and it will magically work.
Parameter 支配する
the 支配する of the RDF 3倍になる.
Parameter Predicate
the predicate of the RDF 3倍になる.
Parameter 反対する
the 反対する of the RDF 3倍になる.
Throws
com::sun::星/主役にする::lang::IllegalArgumentException
if any parameter is NULL
Throws
com::sun::星/主役にする::コンテナ::NoSuchElementException
if this graph does not 存在する in the repository any more
Throws
RepositoryException
if an error occurs when 接近ing the repository.
公式文書,認める that the ODF elements that can have metadata 大(公)使館員d all
器具/実施する the interface XMetadatable, which 相続するs
from XResource, meaning that you can 簡単に pass them
in as arguments here, and it will magically work.
Any parameter may be NULL, which 行為/法令/行動するs as a wildcard.
For example, to 除去する all 声明s about myURI:
removeStatement(myURI, null, null)
Parameter 支配する
the 支配する of the RDF 3倍になる.
Parameter Predicate
the predicate of the RDF 3倍になる.
Parameter 反対する
the 反対する of the RDF 3倍になる.
Throws
com::sun::星/主役にする::コンテナ::NoSuchElementException
if this graph does not 存在する in the repository any more
Throws
RepositoryException
if an error occurs when 接近ing the repository.
公式文書,認める that the ODF elements that can have metadata 大(公)使館員d all
器具/実施する the interface XMetadatable, which 相続するs
from XResource, meaning that you can 簡単に pass them
in as arguments here, and it will magically work.
Any parameter may be NULL, which 行為/法令/行動するs as a wildcard.
For example, to get all 声明s about myURI:
getStatements(myURI, null, null)
Parameter 支配する
the 支配する of the RDF 3倍になる.
Parameter Predicate
the predicate of the RDF 3倍になる.
Parameter 反対する
the 反対する of the RDF 3倍になる.
Returns
an iterator over all RDF 声明s in the graph that match
the parameters, 代表するd as an
enumeration of 声明
Throws
com::sun::星/主役にする::コンテナ::NoSuchElementException
if this graph does not 存在する in the repository any more
Throws
RepositoryException
if an error occurs when 接近ing the repository.