Protege 3.4.4

edu.stanford.smi.protegex.widget.graph
Class FrameData

java.lang.Object
  extended by edu.stanford.smi.protegex.widget.graph.FrameData

public class FrameData
extends Object

Encapsulates data object to be rendered in various combo boxes and tables in the widget configuration dialog. The main reason for this is that OWL class names are long and we only want to display the short name in the user interface, but we still need access to the longer name when we store configuration properties in the PPRJ files.

Author:
Jennifer Vendetti

Constructor Summary
FrameData(edu.stanford.smi.protege.model.Frame frame)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDisplayName()
           
 edu.stanford.smi.protege.model.Frame getFrame()
           
 String getFullName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrameData

public FrameData(edu.stanford.smi.protege.model.Frame frame)
Method Detail

getDisplayName

public String getDisplayName()

getFullName

public String getFullName()

getFrame

public edu.stanford.smi.protege.model.Frame getFrame()

toString

public String toString()
Overrides:
toString in class Object

equals

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

Protege 3.4.4

Submit a bug report or feature request