net.sf.bloof.metrics
Class ResultTimeLine

java.lang.Object
  |
  +--net.sf.bloof.metrics.ResultTimeLine

public class ResultTimeLine
extends java.lang.Object

Container for a Result of a time line metric

Version:
$Id: ResultTimeLine.java,v 1.2 2003/08/21 09:44:02 pekacki Exp $
Author:
Lukasz Pekacki

Constructor Summary
ResultTimeLine()
          Default constructor
 
Method Summary
 void addEntry(TimeValue aTimeValue)
          Adds a TimeValue to the result
 java.util.Iterator getDataIterator()
          Returns an Iterator on the time line result containing TimeValue objects
 net.n3.nanoxml.XMLElement getResultXml()
          Returns the Result coded as XML-Document
 java.lang.String getResultXMLString()
          Return result as XML encoded string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultTimeLine

public ResultTimeLine()
Default constructor

Method Detail

addEntry

public void addEntry(TimeValue aTimeValue)
Adds a TimeValue to the result

Parameters:
aTimeValue - TimeValue to add

getDataIterator

public java.util.Iterator getDataIterator()
Returns an Iterator on the time line result containing TimeValue objects

Returns:
Iterator

getResultXml

public net.n3.nanoxml.XMLElement getResultXml()
Returns the Result coded as XML-Document

Returns:
String of the XML Document

getResultXMLString

public java.lang.String getResultXMLString()
Return result as XML encoded string

Returns:
XML encoded string


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.