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
          Default implementation of the frame builder interface.
 

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
 java.util.List<IFrame> VerbClass.getFrames()
           
 java.util.List<IFrame> IVerbClass.getFrames()
          Returns the frames this verb class.
 



Copyright © 2012 ${project.organization.name}. All Rights Reserved.