issrg.pba
Interface Obligations

All Known Implementing Classes:
SimpleObligations

public interface Obligations

The interface to a set of obligations.

Author:
gansen

Method Summary
 java.util.Vector getObligations()
          Retrieve the obligations of this Obligations object.
 boolean isEmpty()
          Decide if the Obligations object is an empty set of obligations.
 java.lang.String toString()
          Construct the XML representation of the Obligaitons Object.
 

Method Detail

isEmpty

public boolean isEmpty()
Decide if the Obligations object is an empty set of obligations.


toString

public java.lang.String toString()
Construct the XML representation of the Obligaitons Object.


getObligations

public java.util.Vector getObligations()
Retrieve the obligations of this Obligations object.