de.fuberlin.wiwiss.ng4j.swp
Interface SWPWarrant

All Known Implementing Classes:
SWPWarrantImpl

public interface SWPWarrant

Author:
chris bizer, rowland watkins

Method Summary
 ExtendedIterator getAssertedGraphs()
          Returns an iterator over all named graphs which are asserted by this warrant.
 SWPAuthority getAuthority()
          Returns the authority of this warrant.
 ExtendedIterator getGraphs()
          Returns an iterator over all named graphs which are asserted or quoted by this warrant.
 ExtendedIterator getQuotedGraphs()
          Returns an iterator over all named graphs which are quoted by this warrant.
 Signature getSignature()
          Returns the signature of this warrant or null if the warrant is not signed.
 boolean isSigned()
          Returns true if the warrant is signed.
 

Method Detail

getGraphs

ExtendedIterator getGraphs()
Returns an iterator over all named graphs which are asserted or quoted by this warrant.

Returns:

getAssertedGraphs

ExtendedIterator getAssertedGraphs()
Returns an iterator over all named graphs which are asserted by this warrant.

Returns:

getQuotedGraphs

ExtendedIterator getQuotedGraphs()
Returns an iterator over all named graphs which are quoted by this warrant.

Returns:

getAuthority

SWPAuthority getAuthority()
                          throws SWPCertificateException
Returns the authority of this warrant.

Returns:
Throws:
SWPCertificateException

getSignature

Signature getSignature()
                       throws SWPSignatureException
Returns the signature of this warrant or null if the warrant is not signed.

Returns:
Throws:
SWPSignatureException

isSigned

boolean isSigned()
Returns true if the warrant is signed.

Returns: