A B C D E F G H I K L M N O P R S T U V _

C

chooseClassName(String, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
Selects a class name from a given table.
chooseDataRelName(String, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
Selects a name for a data type property.
chooseObjRelName(String, String, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
Selects a name for an object property.
Column - Class in rdbtoonto.dbmodel
Class for representing data columns.
Column(String) - Constructor for class rdbtoonto.dbmodel.Column
Creates a Column with no data.
compare(Object, Object) - Method in class rdbtoonto.dbmodel.AttributeComparator
 
compare(Object, Object) - Method in class rdbtoonto.dbmodel.TableComparator
 
compatible(Attribute) - Method in class rdbtoonto.dbmodel.Attribute
Test of Type compatibility between two attributes
convert() - Method in class rdbtoonto.converters.RDBToOntoConverter
Method that implements the core part of the transitioning process.
createClass(String, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
Creates a class (without properties) from a table definition.
createClass(TableDef, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
Creates a class (without properties) from a table definition.
createClassIfNeeded(String, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
If a class has already been derived from the source element, then the reference to the class is returned, otherwise a new class is created
createClassWithAttributes(TableDef, Set<String>, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
Creates a class from a table turning basic attributes into data type properties second parameters specifies a set of attributes to be ignored, along with those already excluded as specified in the constraint set of the table.
createIndividualDataProperty(Individual, String, String, String) - Method in class rdbtoonto.converters.RDBToOntoConverter
Instantiates a data type property from a column value.
createIndividualFromRow(TableDef, Row, OntClass, Vector, HashSet<String>) - Method in class rdbtoonto.converters.RDBToOntoConverter
Creates an instance from a table row.
createObjectProperty(OntClass, String, OntClass, boolean, boolean) - Method in class rdbtoonto.converters.RDBToOntoConverter
Creates an object property from the name of a DB part.

A B C D E F G H I K L M N O P R S T U V _