edu.mit.jverbnet.data.semantics
Class SemanticDesc

java.lang.Object
  extended by edu.mit.jverbnet.data.semantics.SemanticDesc
All Implemented Interfaces:
ISemanticDesc

public class SemanticDesc
extends java.lang.Object
implements ISemanticDesc

Default implementation of ISemanticDesc.

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

Constructor Summary
SemanticDesc(java.util.List<IPredicateDesc> predList)
          Creates a new semantic description with the specified list of predicates
 
Method Summary
 java.util.List<IPredicateDesc> getPredicates()
          Returns the list of predicates for this semantic description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticDesc

public SemanticDesc(java.util.List<IPredicateDesc> predList)
Creates a new semantic description with the specified list of predicates

Parameters:
predList - the list of preducates for this semantic description; may not be null, may not contain null, and must contain at least one element.
Since:
JVerbnet 1.0.0
Method Detail

getPredicates

public java.util.List<IPredicateDesc> getPredicates()
Description copied from interface: ISemanticDesc
Returns the list of predicates for this semantic description.

Specified by:
getPredicates in interface ISemanticDesc
Returns:
the list of predicates for this semantic description


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