standup.lexicon
Class StructElement

java.lang.Object
  extended by standup.lexicon.StructElement
All Implemented Interfaces:
XMLizable
Direct Known Subclasses:
Keyword, WordStruct

public abstract class StructElement
extends Object
implements XMLizable

A StructElement is an element that can appear within a WordStruct.

Author:
Ruli Manurung

Constructor Summary
StructElement()
           
 
Method Summary
abstract  WordSequence getSpelling()
          Returns the linearized surface form of this (possibly hierarchical) StructElement as a WordSequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface standup.xml.XMLizable
writeXML
 

Constructor Detail

StructElement

public StructElement()
Method Detail

getSpelling

public abstract WordSequence getSpelling()
Returns the linearized surface form of this (possibly hierarchical) StructElement as a WordSequence.

Returns: