eu.clarin.weblicht.wlfxb.tc.xb
Class MorphologySegmentStored
java.lang.Object
eu.clarin.weblicht.wlfxb.tc.xb.MorphologySegmentStored
- All Implemented Interfaces:
- MorphologySegment
public class MorphologySegmentStored
- extends Object
- implements MorphologySegment
- Author:
- Yana Panchenko
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
type
protected String type
function
protected String function
category
protected String category
start
protected Integer start
end
protected Integer end
value
protected String value
subsegments
protected List<MorphologySegmentStored> subsegments
MorphologySegmentStored
public MorphologySegmentStored()
getContent
protected List<Object> getContent()
afterUnmarshal
protected void afterUnmarshal(Unmarshaller u,
Object parent)
getCategory
public String getCategory()
- Specified by:
getCategory in interface MorphologySegment
getType
public String getType()
- Specified by:
getType in interface MorphologySegment
getFunction
public String getFunction()
- Specified by:
getFunction in interface MorphologySegment
hasCharoffsets
public boolean hasCharoffsets()
- Specified by:
hasCharoffsets in interface MorphologySegment
getStart
public Integer getStart()
- Specified by:
getStart in interface MorphologySegment
getEnd
public Integer getEnd()
- Specified by:
getEnd in interface MorphologySegment
isTerminal
public boolean isTerminal()
- Specified by:
isTerminal in interface MorphologySegment
getValue
public String getValue()
- Specified by:
getValue in interface MorphologySegment
getSubsegments
public MorphologySegment[] getSubsegments()
- Specified by:
getSubsegments in interface MorphologySegment
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.