|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.rules.ras.core.kpi.IlrBaseKpiObject
public abstract class IlrBaseKpiObject
A base KPI result class that facilitates the XML serialization and deserialization of the KPI object.
| Constructor Summary | |
|---|---|
IlrBaseKpiObject()
Creates an IlrBaseKpiObject instance. |
|
| Method Summary | |
|---|---|
void |
fromXml(com.thoughtworks.xstream.io.HierarchicalStreamReader hsr)
Deserializes the object from XML. |
String |
getDisplay()
Gets the string to display in reports which are not HTML based. |
String |
getHtml()
Serializes the result to HTML for display in HTML reports and in the web interface. |
Object |
getObject()
Gets the data object represented by this KPI. |
void |
setObject(Object oo)
Sets the data object represented by this KPI. |
void |
toXml(com.thoughtworks.xstream.io.HierarchicalStreamWriter hsw)
Serializes the object to XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlrBaseKpiObject()
IlrBaseKpiObject instance.
| Method Detail |
|---|
public void setObject(Object oo)
IlrKpiObject
setObject in interface IlrKpiObjectoo - The data object represented by this KPI.public Object getObject()
IlrKpiObject
getObject in interface IlrKpiObjectpublic String getDisplay()
IlrKpiObject
getDisplay in interface IlrKpiObjectpublic String getHtml()
IlrKpiObject
getHtml in interface IlrKpiObjectpublic void toXml(com.thoughtworks.xstream.io.HierarchicalStreamWriter hsw)
IlrKpiObject
toXml in interface IlrKpiObjecthsw - The writer.public void fromXml(com.thoughtworks.xstream.io.HierarchicalStreamReader hsr)
IlrKpiObject
fromXml in interface IlrKpiObjecthsr - The reader.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||