edu.mit.jverbnet.data.semantics
Class SemanticDesc
java.lang.Object
edu.mit.jverbnet.data.semantics.SemanticDesc
- All Implemented Interfaces:
- ISemanticDesc
public class SemanticDesc
- extends Object
- implements ISemanticDesc
Default implementation of ISemanticDesc
.
- Since:
- JVerbnet 1.0.0
- Version:
- 1.0.0
- Author:
- Mark A. Finlayson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SemanticDesc
public SemanticDesc(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
getPredicates
public 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 Massachusetts Institute of Technology. All Rights Reserved.