Protege-2000 1.7

edu.stanford.smi.protege.storage.jdbc
Class DBReference

java.lang.Object
  |
  +--edu.stanford.smi.protege.storage.jdbc.DBReference

public class DBReference
extends Object

Description of the class

Author:
Ray Fergerson

Constructor Summary
DBReference(FrameID frame, FrameID slot, FrameID facet, boolean isTemplate)
           
DBReference(Frame frame, Slot slot, Facet facet, boolean isTemplate)
           
 
Method Summary
 boolean equals(Object o)
           
 FrameID getFacet()
          Return the value of the field facet
 FrameID getFrame()
          Return the value of the field frame
 boolean getIsTemplate()
          Return the value of the field isTemplate
 FrameID getSlot()
          Return the value of the field slot
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBReference

public DBReference(Frame frame,
                   Slot slot,
                   Facet facet,
                   boolean isTemplate)

DBReference

public DBReference(FrameID frame,
                   FrameID slot,
                   FrameID facet,
                   boolean isTemplate)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getFacet

public FrameID getFacet()
Return the value of the field facet

getFrame

public FrameID getFrame()
Return the value of the field frame

getIsTemplate

public boolean getIsTemplate()
Return the value of the field isTemplate

getSlot

public FrameID getSlot()
Return the value of the field slot

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.