se.lth.cs.nlp.nlputils.framenet
Class FrameElement

java.lang.Object
  extended by se.lth.cs.nlp.nlputils.framenet.FrameElement

public class FrameElement
extends Object

A FrameElement in the FrameNet database.

Author:
Richard Johansson (richard@cs.lth.se)

Field Summary
 String bgColor
          Background color for presentation.
 String coreType
          The core type (that is Core, Peripheral or Extra-thematic).
 String fgColor
          Foreground color for presentation.
 String name
          The name of the FE.
 String shortName
          The short name of the FE.
 
Constructor Summary
FrameElement(String name, String shortName, String coreType, String fgColor, String bgColor)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name
The name of the FE.


shortName

public String shortName
The short name of the FE.


coreType

public String coreType
The core type (that is Core, Peripheral or Extra-thematic).


fgColor

public String fgColor
Foreground color for presentation.


bgColor

public String bgColor
Background color for presentation.

Constructor Detail

FrameElement

FrameElement(String name,
             String shortName,
             String coreType,
             String fgColor,
             String bgColor)
Method Detail

toString

public String toString()
Overrides:
toString in class Object