|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISyntaxArgDesc
Description of a syntactic argument.
Method Summary | |
---|---|
INounPhraseType |
getNounPhraseType()
If the getType() method returns SyntaxArgType.NP , this
method will return a noun phrase type. |
ISelRestrictions<? extends IRestrType> |
getSelRestrictions()
Returns the selectional restrictions for this argument. |
SyntaxArgType |
getType()
Returns the type of the syntactic argument. |
String |
getValue()
Returns the value of the syntactic argument. |
Method Detail |
---|
SyntaxArgType getType()
null
.
null
type of the syntactic argumentString getValue()
null
.
null
value of the syntactic argumentINounPhraseType getNounPhraseType()
getType()
method returns SyntaxArgType.NP
, this
method will return a noun phrase type. Otherwise it will return
null
.
null
if the type of the argument is not a noun
phrase; otherwise a noun phrase typeISelRestrictions<? extends IRestrType> getSelRestrictions()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |