Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.model |
Schema model classes and interfaces.
|
com.tibco.rta.model.mutable |
Mutalbe Schema model classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
<T extends RtaSchema> |
RtaSession.getSchema(java.lang.String name)
Gets a schema with this name available with the metric engine.
|
Modifier and Type | Method and Description |
---|---|
RtaSchema |
Fact.getOwnerSchema()
Return the owner
RtaSchema associated with this fact. |
RtaSchema |
RtaSession.registerSchema(RtaSchema schema)
Register schema with this session locally.
|
Modifier and Type | Method and Description |
---|---|
RtaSchema |
RtaSession.registerSchema(RtaSchema schema)
Register schema with this session locally.
|
Modifier and Type | Method and Description |
---|---|
RtaSchema |
RtaSchemaModelFactory.createSchema(java.io.File file)
Create an
RtaSchema instance from the provided file |
RtaSchema |
RtaSchemaModelFactory.createSchema(org.xml.sax.InputSource inputSource)
Create an
RtaSchema instance from the provided input source. |
RtaSchema |
MetadataElement.getOwnerSchema()
Get the owner schema associated with this model element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableRtaSchema
This is a logical collection of all related metrics artifacts like cubes and dimensions.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.