|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISyntaxArgDesc
Description of a syntactic argument.
Nested Class Summary | |
---|---|
static interface |
ISyntaxArgDesc.ISyntaxArgDescBuilder
Allows an immutable syntax argument to constructed piece by piece, and then instantiated with an argument to its parent. |
Method Summary | |
---|---|
INounPhraseType |
getNounPhraseType()
If the getType() method returns SyntaxArgType.NP , this
method will return a noun phrase type. |
ISyntaxDesc |
getParent()
Returns the parent of this argument |
ISelRestrictions<? extends IRestrType> |
getSelRestrictions()
Returns the selectional restrictions for this argument. |
SyntaxArgType |
getType()
Returns the type of the syntactic argument. |
java.lang.String |
getValue()
Returns the value of the syntactic argument. |
Method Detail |
---|
ISyntaxDesc getParent()
null
.SyntaxArgType getType()
null
.
null
type of the syntactic argumentjava.lang.String 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 |