org.ow2.jasmine.probe
Class JasmineProbeResult

java.lang.Object
  extended by org.ow2.jasmine.probe.JasmineProbeResult
All Implemented Interfaces:
Serializable

public class JasmineProbeResult
extends Object
implements Serializable

Value Object holding a result of a Probe.

Author:
durieuxp
See Also:
Serialized Form

Constructor Summary
JasmineProbeResult(String probeId)
          Constructor
 
Method Summary
 void addValue(JasmineIndicatorValue value)
          Add result for 1 indicator
 String getProbeId()
           
 Collection<JasmineIndicatorValue> getValues()
          Get the values for this result set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasmineProbeResult

public JasmineProbeResult(String probeId)
Constructor

Method Detail

addValue

public void addValue(JasmineIndicatorValue value)
Add result for 1 indicator

Parameters:
value -

getValues

public Collection<JasmineIndicatorValue> getValues()
Get the values for this result set.

Returns:
a Collection of JasmineIndicatorValue objects.

getProbeId

public String getProbeId()


Copyright © 2013 OW2 Consortium. All Rights Reserved.