|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.jverbnet.data.semantics.SemanticDesc
public class SemanticDesc
Default implementation of ISemanticDesc
.
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 |
---|
public SemanticDesc(java.util.List<IPredicateDesc> predList)
predList
- the list of preducates for this semantic description; may not
be null
, may not contain null
, and
must contain at least one element.Method Detail |
---|
public java.util.List<IPredicateDesc> getPredicates()
ISemanticDesc
getPredicates
in interface ISemanticDesc
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |