edu.mit.jverbnet.data.syntax
Interface ISyntaxDesc

All Known Implementing Classes:
SyntaxDesc

public interface ISyntaxDesc

A description of the syntax a of a verb.

Since:
JVerbnet 1.0.0
Version:
1.0.0
Author:
Mark A. Finlayson

Method Summary
 List<ISyntaxArgDesc> getFirstDescriptor()
          A list of syntax argument descriptors for the first argument.
 List<ISyntaxArgDesc> getSecondDescriptor()
          A list of syntax argument descriptors for the second argument.
 

Method Detail

getFirstDescriptor

List<ISyntaxArgDesc> getFirstDescriptor()
A list of syntax argument descriptors for the first argument. The list will be non-null, but may be empty.

Returns:
a non-null, but possibly empty, list of syntax argument descriptors
Since:
JVerbnet 1.0.0

getSecondDescriptor

List<ISyntaxArgDesc> getSecondDescriptor()
A list of syntax argument descriptors for the second argument. The list will be non-null, but may be empty.

Returns:
a non-null, but possibly empty, list of syntax argument descriptors
Since:
JVerbnet 1.0.0


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