edu.umd.cs.findbugs.ba.obl
public class ObligationFactory extends Object
| Method Summary | |
|---|---|
| Obligation | addObligation(String className) |
| ObligationSet | createObligationSet() |
| int | getMaxObligationTypes() |
| Obligation | getObligationById(int id) |
| Obligation | getObligationByType(ObjectType type)
Look up an Obligation by type.
|
| Iterator<Obligation> | obligationIterator() |
Parameters: type a type
Returns: an Obligation that is a supertype of the given type, or null if there is no such Obligation
Throws: ClassNotFoundException