org.ow2.jasmine.probe
Class JasmineProbeResult

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

public class JasmineProbeResult
extends java.lang.Object
implements java.io.Serializable

Value Object holding a result of a Probe.

Author:
durieuxp
See Also:
Serialized Form

Constructor Summary
JasmineProbeResult(java.lang.String probeId)
          Constructor
 
Method Summary
 void addValue(JasmineIndicatorValue value)
          Add result for 1 indicator
 java.lang.String getProbeId()
           
 java.util.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(java.lang.String probeId)
Constructor

Method Detail

addValue

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

Parameters:
value -

getValues

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

Returns:
a Collection of JasmineIndicatorValue objects.

getProbeId

public java.lang.String getProbeId()


Copyright © 2011 OW2 Consortium. All Rights Reserved.