de.fuberlin.wiwiss.ng4j.swp.impl
Class SWPWarrantImpl

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.swp.impl.SWPWarrantImpl
All Implemented Interfaces:
SWPWarrant

public class SWPWarrantImpl
extends Object
implements SWPWarrant


Constructor Summary
SWPWarrantImpl(NamedGraph graph)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWPWarrantImpl

public SWPWarrantImpl(NamedGraph graph)
Method Detail

getGraphs

public ExtendedIterator getGraphs()
Description copied from interface: SWPWarrant
Returns an iterator over all named graphs which are asserted or quoted by this warrant.

Specified by:
getGraphs in interface SWPWarrant
Returns:

getAssertedGraphs

public ExtendedIterator getAssertedGraphs()
Description copied from interface: SWPWarrant
Returns an iterator over all named graphs which are asserted by this warrant.

Specified by:
getAssertedGraphs in interface SWPWarrant
Returns:

getQuotedGraphs

public ExtendedIterator getQuotedGraphs()
Description copied from interface: SWPWarrant
Returns an iterator over all named graphs which are quoted by this warrant.

Specified by:
getQuotedGraphs in interface SWPWarrant
Returns:

getAuthority

public SWPAuthority getAuthority()
                          throws SWPCertificateException
Description copied from interface: SWPWarrant
Returns the authority of this warrant.

Specified by:
getAuthority in interface SWPWarrant
Returns:
Throws:
SWPCertificateException

getSignature

public Signature getSignature()
                       throws SWPSignatureException
Description copied from interface: SWPWarrant
Returns the signature of this warrant or null if the warrant is not signed.

Specified by:
getSignature in interface SWPWarrant
Returns:
Throws:
SWPSignatureException

isSigned

public boolean isSigned()
Description copied from interface: SWPWarrant
Returns true if the warrant is signed.

Specified by:
isSigned in interface SWPWarrant
Returns: