|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FactSet
Definition of a set of facts. Typically this represents all facts associated with a particular Grid Object. Note: There is also a FactSetSnapshot that can hold a read-only, non-dynamic version of the facts
Method Summary | |
---|---|
void |
addAggregator(String prefix,
FactAggregation.FactRef aggregator)
Method to add a r/w aggregator fact. |
Fact |
get(String name)
Retrieves a Fact by name, from the set. |
int |
getCount()
The count of facts in this set |
Iterator |
iterator()
Iterates over the Facts in the set. |
String |
toXmlDocument()
Return a formatted XML document representing the fact set. |
String |
toXmlDocument(int indent)
Return a formatted and indented XML document representing the fact set. |
Method Detail |
---|
Fact get(String name)
Iterator iterator()
int getCount()
void addAggregator(String prefix, FactAggregation.FactRef aggregator)
String toXmlDocument()
String toXmlDocument(int indent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |