|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tuple
A Tuple is a set of named attribute values. Values can thus be "read" from the tuple by providing the attribute name.
| Method Summary | |
|---|---|
java.lang.String |
escapedValue(java.lang.String attributeName)
Gets The attribute value for the named attribute |
Heading |
getHeading()
Gets the heading that the Tuple conforms to |
java.lang.String |
printBodyValueWithoutTypeNames()
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2) with value1, value2, ... |
java.lang.String |
printBodyValueWithTypeNames()
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2) with value1, value2, ... |
java.lang.String |
printBodyValueXML()
Gets the tuple body value in textual XML-style format (i.e. |
java.lang.String |
printEscapedBodyValueWithoutTypeNames()
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2), INCLUDING escape processing for the ()\ characters of the metalanguage that appear in a printed value |
java.lang.String |
printEscapedBodyValueWithTypeNames()
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2), INCLUDING escape processing for the ()\ characters of the metalanguage that appear in a printed value |
java.lang.String |
printValueEscapedWithoutTypeNames()
Gets the tuple value in textual format (i.e. |
java.lang.String |
printValueEscapedWithTypeNames()
Gets the tuple value in textual format (i.e. |
java.lang.String |
printValueWithoutTypeNames()
Gets the tuple value in textual format (i.e. |
java.lang.String |
printValueWithTypeNames()
Gets the tuple value in textual format (i.e. |
java.lang.String |
printValueXML()
Gets the tuple value in textual XML-style format (i.e. |
AbstractRelation |
rvaValue(java.lang.String attributeName)
Gets The attribute value for a relation-valued attribute, as a Relation object |
java.lang.String |
value(java.lang.String attributeName)
Gets The attribute value for the named attribute |
IntersectableMap<?,?> |
values()
Gets the map of attribute values |
| Method Detail |
|---|
java.lang.String escapedValue(java.lang.String attributeName)
attributeName - The name of the attribute whose value is to be obtained
Heading getHeading()
java.lang.String printBodyValueWithoutTypeNames()
java.lang.String printBodyValueWithTypeNames()
java.lang.String printBodyValueXML()
java.lang.String printEscapedBodyValueWithoutTypeNames()
java.lang.String printEscapedBodyValueWithTypeNames()
java.lang.String printValueEscapedWithoutTypeNames()
java.lang.String printValueEscapedWithTypeNames()
java.lang.String printValueWithoutTypeNames()
java.lang.String printValueWithTypeNames()
java.lang.String printValueXML()
AbstractRelation rvaValue(java.lang.String attributeName)
attributeName - The name of the attribute whose value is to be obtained. This attribute must be declared nonscalar in the heading.
java.lang.String value(java.lang.String attributeName)
attributeName - The name of the attribute whose value is to be obtained
IntersectableMap<?,?> values()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||