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.2.0
Author:
Mark A. Finlayson

Method Summary
 java.util.List<ISyntaxArgDesc> getPostVerbDescriptors()
          A list of syntax argument descriptors after the verb.
 java.util.List<ISyntaxArgDesc> getPreVerbDescriptors()
          A list of syntax argument descriptors before the verb.
 

Method Detail

getPreVerbDescriptors

java.util.List<ISyntaxArgDesc> getPreVerbDescriptors()
A list of syntax argument descriptors before the verb. 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.2.0

getPostVerbDescriptors

java.util.List<ISyntaxArgDesc> getPostVerbDescriptors()
A list of syntax argument descriptors after the verb. 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.2.0


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