edu.mit.jmwe.data
Interface IRootMWEDesc.IRootPart

All Superinterfaces:
Comparable<IMWEDesc.IPart>, IHasForm, IMWEDesc.IPart
All Known Implementing Classes:
RootMWEDesc.Part
Enclosing interface:
IRootMWEDesc

public static interface IRootMWEDesc.IRootPart
extends IMWEDesc.IPart

A part of a root multi-word expression.

Since:
jMWE 1.0.0
Version:
$Id: IRootMWEDesc.java 574 2011-05-05 19:43:43Z markaf $
Author:
M.A. Finlayson

Method Summary
 IRootMWEDesc getParent()
          Returns the MWE description of which this part is a part.
 
Methods inherited from interface edu.mit.jmwe.data.IMWEDesc.IPart
getIndex, isStopWord
 
Methods inherited from interface edu.mit.jmwe.data.IHasForm
getForm
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getParent

IRootMWEDesc getParent()
Returns the MWE description of which this part is a part. Will never return null.

Specified by:
getParent in interface IMWEDesc.IPart
Returns:
the MWE description that contains this part.
Since:
jMWE 1.0.0


Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.