Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
be.SIRAPRISE.client.jsba |
This package contains all the classes and interfaces for the
Java
SIRA_PRISE
Bridging
Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA.
|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Method and Description |
---|---|
Tuple |
Tuple.tvaValue(NameIdentifier attributeName)
Gets The attribute value for a relation-valued attribute, as a Relation object
|
Tuple |
Tuple.tvaValue(java.lang.String attributeName)
Deprecated.
- replace with
tvaValue(NameIdentifier) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Tuple> |
TupleContainer.iterator()
Gets an iterator over the tuples in the container
|
Modifier and Type | Method and Description |
---|---|
boolean |
Tuple.equalsTuple(Tuple obj)
Checks if this tuple is equal to the given tuple.
|
static java.lang.String |
Tuple.printBodyValueWithoutTypeNames(Tuple t)
Gets the tuple body value in textual format (i.e.
|
static java.lang.String |
Tuple.printBodyValueXML(Tuple t)
Gets the tuple body value in textual XML-style format (i.e.
|
static java.lang.String |
Tuple.printEscapedBodyValueWithTypeNames(Tuple t)
Gets the tuple body value in textual format (i.e.
|
static java.lang.String |
Tuple.printEscapedValueWithoutTypeNames(Tuple t)
Gets the tuple value in textual format (i.e.
|
static java.lang.String |
Tuple.printEscapedValueWithTypeNames(Tuple t)
Gets the tuple value in textual format (i.e.
|
static java.lang.String |
Tuple.printValueWithoutTypeNames(Tuple abstractTuple)
Gets the tuple value in textual format (i.e.
|
static java.lang.String |
Tuple.printValueWithTypeNames(Tuple abstractTuple)
Gets the tuple value in textual format (i.e.
|
static java.lang.String |
Tuple.printValueXML(Tuple t)
Gets the tuple value in textual XML-style format (i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
Tuple
Deprecated.
- the Tuple class and its methods have been moved to the typeimplementations package. This class is left as extending those new classes for purposes of backward compatibility.
|
Modifier and Type | Method and Description |
---|---|
static <C> C |
DBObjectFactory.getObject(Tuple tuple,
java.lang.Class<C> objectClass)
Get an objects holding the same information as that which is held in this tuple.
|
static <C> C |
DBObjectFactory.getObject(Tuple tuple,
java.lang.Class<C> objectClass,
java.util.Map<java.lang.String,java.lang.reflect.Method> setterMethods)
Gets an object of the given class, using the given set of setter methods and the attribute values from this tuple
|
static <C> C |
DBObjectFactory.getObjectIgnoringMissingSetters(Tuple tuple,
java.lang.Class<C> objectClass)
Get an objects holding the same information as that which is held in this tuple.
|
static java.util.Map<java.lang.Class<?>,java.lang.Object> |
DBObjectFactory.getObjects(Tuple tuple,
java.lang.Class<?>[] objectClass)
Get a Map of objects holding the same information as that which is held in this Tuple.
|
static java.util.Map<java.lang.Class<?>,java.lang.Object> |
DBObjectFactory.toObjects(Tuple tuple,
java.util.Map<java.lang.Class<?>,java.util.HashMap<java.lang.String,java.lang.reflect.Method>> classesProcessingMap)
Gets a Map of objects holding the same information as that which is held in this tuple.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Relation.contains(Tuple t)
Checks if this container contains the given tuple
|