Uses of Interface
edu.mit.jmwe.data.IInfMWEDesc.IInfPart

Packages that use IInfMWEDesc.IInfPart
edu.mit.jmwe.data Provides the basic data structures used by the library and their default implementations. 
 

Uses of IInfMWEDesc.IInfPart in edu.mit.jmwe.data
 

Classes in edu.mit.jmwe.data that implement IInfMWEDesc.IInfPart
protected  class InfMWEDesc.InfPart
          Default implementation of the IInfMWEDesc.IInfPart interface.
 

Methods in edu.mit.jmwe.data that return IInfMWEDesc.IInfPart
protected  IInfMWEDesc.IInfPart InfMWEDesc.makePart(String form, int index)
           
 

Methods in edu.mit.jmwe.data that return types with arguments of type IInfMWEDesc.IInfPart
 List<? extends IInfMWEDesc.IInfPart> IInfMWEDesc.getParts()
          Returns an unmodifiable list of parts that comprise the MWE.
 



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