|
Protege 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protege.storage.jdbc.DBReference
The equalvalent of a "reference" (see Reference
) the the database. This means
that frames are reference by FrameID rather than by pointer.
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)
|
static boolean |
equals(Object o1,
Object o2)
|
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 |
public DBReference(Frame frame, Slot slot, Facet facet, boolean isTemplate)
public DBReference(FrameID frame, FrameID slot, FrameID facet, boolean isTemplate)
Method Detail |
public boolean equals(Object o)
public static boolean equals(Object o1, Object o2)
public FrameID getFacet()
public FrameID getFrame()
public boolean getIsTemplate()
public FrameID getSlot()
public int hashCode()
|
Protege 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |