org.mockcentral.editor.nodes.problem
Interface INodeProblemParticipant

All Known Implementing Classes:
ExpectationModel, FixtureModel

public interface INodeProblemParticipant

Interface for classes that participate in NodeProblem definition and display. Specifically, implementors are classes responsible for furnishing any stored NodeProblem that corresponds to an Object passed to the getNodeProblem(Object) method.

Author:
David Hutchinson

Method Summary
 NodeProblem getNodeProblem(java.lang.Object o)
          Returns the stored NodeProblem associated with the supplied Object, if any.
 

Method Detail

getNodeProblem

NodeProblem getNodeProblem(java.lang.Object o)
Returns the stored NodeProblem associated with the supplied Object, if any.

Parameters:
o - the Object which may have an associated NodeProblem.
Returns:
the stored NodeProblem associated with the supplied Object, if any.