|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.lth.cs.nlp.nlputils.framenet.FrameElement
public class FrameElement
A FrameElement in the FrameNet database.
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 |
---|
public String name
public String shortName
public String coreType
public String fgColor
public String bgColor
Constructor Detail |
---|
FrameElement(String name, String shortName, String coreType, String fgColor, String bgColor)
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |