Uses of Interface
edu.mit.jverbnet.data.IFrame

Packages that use IFrame
edu.mit.jverbnet.data Provides the major data types of the library 
 

Uses of IFrame in edu.mit.jverbnet.data
 

Subinterfaces of IFrame in edu.mit.jverbnet.data
static interface IFrame.IFrameBuilder
          Allows an immutable frame to be constructed piece by piece
 

Classes in edu.mit.jverbnet.data that implement IFrame
 class Frame
          Default implementation of the IFrame interface.
static class Frame.FrameBuilder
           
 

Methods in edu.mit.jverbnet.data that return IFrame
 IFrame IFrame.IFrameBuilder.create(IVerbClass parent)
          Creates a frame from the information contained in the builder.
 

Methods in edu.mit.jverbnet.data that return types with arguments of type IFrame
 List<IFrame> VerbClass.getFrames()
           
 List<IFrame> IVerbClass.getFrames()
          Returns the frames this verb class.
 



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