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
_
A
addAttribute(Attribute)
- Method in class rdbtoonto.dbmodel.
TableDef
addAttVal(String, String)
- Method in class rdbtoonto.dbmodel.
Row
addColumn(String, Column)
- Method in class rdbtoonto.dbmodel.
Table
addColumn(String)
- Method in class rdbtoonto.dbmodel.
Table
addDBAttributeDatatypePropLink(String, String, DatatypeProperty)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Keeps a bidirectional link between a DB attribute and derived data type property.
addDBPartClassLink(String, String, String, OntClass)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Keeps a bidirectional link between DB elements (tables, attributes, or attribute values) and derived classes.
addDBPartObjectPropLink(String, String, ObjectProperty)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Keeps a bidirectional link between a DB element (table or attribute) and derived objet property.
addExtension(String, String)
- Static method in class rdbtoonto.utils.
Utilities
addForeignKey(ForeignKey)
- Method in class rdbtoonto.dbmodel.
TableDef
addFriendlyName(String)
- Method in class rdbtoonto.dbmodel.
Attribute
addFriendlyName(String, String)
- Method in class rdbtoonto.dbmodel.
DBSchema
addMissingValue(String, String)
- Method in class rdbtoonto.dbmodel.
Table
addRow(Hashtable<String, String>)
- Method in class rdbtoonto.dbmodel.
Table
addTable(Table)
- Method in class rdbtoonto.dbmodel.
Database
addTableDef(TableDef)
- Method in class rdbtoonto.dbmodel.
DBSchema
addToSuperClasses(Individual, OntClass)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Adds an instance in the parent classes.
addUsedClassPropName(String)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Keeps track of the fact that a given string used as a class or property name (This is needed to ensure unicity of names).
addUsedInstanceName(String)
- Method in class rdbtoonto.converters.
RDBToOntoConverter
Keeps track of the fact that a given string used as an instance name (This is needed to ensure unicity of names).
addValue(String)
- Method in class rdbtoonto.dbmodel.
Column
Adds a value at the end of the column.
addValue(String, String)
- Method in class rdbtoonto.dbmodel.
Table
allActive()
- Method in class rdbtoonto.converters.
LocalConstraintSet
Attribute
- Class in
rdbtoonto.dbmodel
Class for attribute definition
Attribute(String, AType)
- Constructor for class rdbtoonto.dbmodel.
Attribute
AttributeComparator
- Class in
rdbtoonto.dbmodel
AttributeComparator()
- Constructor for class rdbtoonto.dbmodel.
AttributeComparator
AType
- Enum in
rdbtoonto.dbmodel
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
_