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.List getObligations()
          Retrieve the obligations of this Obligations object.
 boolean isEmpty()
          Decide if the Obligations object is an empty set of obligations.
 java.lang.String toXML()
          Construct the XML representation of the Obligaitons Object.
 

Method Detail

isEmpty

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


toXML

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


getObligations

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