Uses of Interface
edu.mit.jmwe.data.IRootMWEDesc.IRootPart

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

Uses of IRootMWEDesc.IRootPart in edu.mit.jmwe.data
 

Classes in edu.mit.jmwe.data that implement IRootMWEDesc.IRootPart
protected  class RootMWEDesc.Part
          Default implementation of IRootMWEDesc.IRootPart.
 

Methods in edu.mit.jmwe.data that return IRootMWEDesc.IRootPart
protected  IRootMWEDesc.IRootPart RootMWEDesc.makePart(String form, int index)
           
 

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



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