Protege-2000 1.7

edu.stanford.smi.protege.model
Class MemoryReference

java.lang.Object
  |
  +--edu.stanford.smi.protege.model.MemoryReference
All Implemented Interfaces:
Reference

public class MemoryReference
extends Object
implements Reference

Description of the class

Author:
Ray Fergerson

Field Summary
protected  Facet _facet
           
protected  Frame _frame
           
protected  boolean _isTemplate
           
protected  Slot _slot
           
 
Constructor Summary
MemoryReference()
           
MemoryReference(Frame frame, Slot slot, Facet facet, boolean template)
           
 
Method Summary
 boolean equals(Object o)
           
 Facet getFacet()
           
 Frame getFrame()
           
 Slot getSlot()
           
 int hashCode()
           
protected  void init(Frame frame, Slot slot, Facet facet, boolean template)
           
 boolean isTemplate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_frame

protected Frame _frame

_slot

protected Slot _slot

_facet

protected Facet _facet

_isTemplate

protected boolean _isTemplate
Constructor Detail

MemoryReference

public MemoryReference()

MemoryReference

public MemoryReference(Frame frame,
                       Slot slot,
                       Facet facet,
                       boolean template)
Method Detail

equals

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

getFacet

public Facet getFacet()
Specified by:
getFacet in interface Reference

getFrame

public Frame getFrame()
Specified by:
getFrame in interface Reference

getSlot

public Slot getSlot()
Specified by:
getSlot in interface Reference

hashCode

public int hashCode()
Overrides:
hashCode in class Object

init

protected void init(Frame frame,
                    Slot slot,
                    Facet facet,
                    boolean template)

isTemplate

public boolean isTemplate()
Specified by:
isTemplate in interface Reference

toString

public String toString()
Overrides:
toString 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.