edu.stanford.smi.protegex.owl.swrl.ddm.impl
Class ForeignKeyImpl
java.lang.Object
edu.stanford.smi.protegex.owl.swrl.ddm.impl.KeyImpl
edu.stanford.smi.protegex.owl.swrl.ddm.impl.ForeignKeyImpl
- All Implemented Interfaces:
- ForeignKey, Key
public class ForeignKeyImpl
- extends KeyImpl
- implements ForeignKey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.stanford.smi.protegex.owl.swrl.ddm.Key |
getBaseTable |
ForeignKeyImpl
public ForeignKeyImpl(Table baseTable,
Set<ForeignKeyColumn> foreignKeyColumns,
Table referencedTable)
getReferencedTable
public Table getReferencedTable()
- Specified by:
getReferencedTable
in interface ForeignKey
isComposite
public boolean isComposite()
- Specified by:
isComposite
in interface Key
getForeignKeyColumns
public Set<ForeignKeyColumn> getForeignKeyColumns()
- Specified by:
getForeignKeyColumns
in interface ForeignKey
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.