Protege 3.4

edu.stanford.smi.protege.model
Class FrameSlotCombination

java.lang.Object
  extended by edu.stanford.smi.protege.model.FrameSlotCombination

public class FrameSlotCombination
extends Object

A holder for a frame-slot pair. This combination comes up often enought that this class is useful. The particular reason why the frame and the slot are being held together is not specified by this class but should be evident from the use. Typical reasons are things like "a facet override goes on a class-slot pair" or an "own slot value is from a particular frame-slot pair".

Author:
Ray Fergerson

Constructor Summary
FrameSlotCombination(Frame frame, Slot slot)
           
 
Method Summary
 boolean equals(Object o)
           
static boolean equals(Object o1, Object o2)
           
 Frame getFrame()
           
 Slot getSlot()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameSlotCombination

public FrameSlotCombination(Frame frame,
                            Slot slot)
Method Detail

equals

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

equals

public static boolean equals(Object o1,
                             Object o2)

getFrame

public Frame getFrame()

getSlot

public Slot getSlot()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Protege 3.4

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2009 Stanford University.