Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
_
I
i_num
- Variable in class rdbtoonto.converters.
RDBToOntoConverter
identifyClassToClassProperties()
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Base method for the identification of object properties.
IdentifyFKeyBasedAssociations()
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Derivation of object properties from foreign key relationships.
identifyTableBasedAssociations()
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Identification of tables that can be turned into object properties
initCommonConvProject()
- Static method in class rdbtoonto.converters.
RDBToOntoConverter
initConvConf()
- Static method in class rdbtoonto.converters.
RDBToOntoConverter
Initialization of the global options.
initConverter()
- Method in class rdbtoonto.converters.
RDBToOntoConverter
initialization of the converter called at the creation of the converter and at the begining of each run.
initConvProject()
- Static method in class rdbtoonto.converters.
RDBToOntoConverter
gets the common project options and local constraints from the project configuration
When adding a new converter, initConvProject might be overridden if new global
options are added.
initNewProject()
- Static method in class rdbtoonto.converters.
RDBToOntoConverter
When creating a new project, call to this method resets project conversion options that refer to values that are specific to the project.
initOptimizer()
- Static method in class rdbtoonto.converters.
RDBToOntoConverter
Intialization of the database optimizer.
isAlreadyUsedClassPropName(String)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Test if a given string is already used to name a class or a property.
isAlreadyUsedInstanceName(String)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Test if a given string is already used to name an instance.
isAlreadyUsedName(String)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Test if a given string is already used to name a class,a property or an instance
isAssociation(TableDef)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Test if a table is an association between two other tables.
isCompositeKey()
- Method in class rdbtoonto.dbmodel.
Key
isDefined(String)
- Method in class rdbtoonto.dbmodel.
DBSchema
isDosPath(String)
- Static method in class rdbtoonto.utils.
Utilities
isExcludedColumn(String, String)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
isExcludedTable(String)
- Static method in class rdbtoonto.converters.
RDBToOntoConverter
isForeignKey()
- Method in class rdbtoonto.dbmodel.
Attribute
isPrimaryKey()
- Method in class rdbtoonto.dbmodel.
Attribute
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
_