|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFrame
A frame from a verb class.
Nested Class Summary | |
---|---|
static interface |
IFrame.IFrameBuilder
Allows an immutable frame to be constructed piece by piece |
Method Summary | |
---|---|
java.lang.String |
getDescriptionNumber()
Returns the description number of the frame. |
java.util.List<java.lang.String> |
getExamples()
Returns a list of examples for this frame. |
FrameType |
getPrimaryType()
Returns the primary type for this frame. |
FrameType |
getSecondaryType()
Returns the secondary type for this frame. |
ISemanticDesc |
getSemantics()
Returns the semantic descriptor for this frame. |
ISyntaxDesc |
getSyntax()
Returns the syntactic descriptor for this frame. |
IVerbClass |
getVerbClass()
Returns the verb class to which this frame belongs |
java.lang.String |
getXTag()
Returns the xtag for this frame. |
Method Detail |
---|
IVerbClass getVerbClass()
java.lang.String getDescriptionNumber()
null
.
null
FrameType getPrimaryType()
null
.
null
primary type for this frameFrameType getSecondaryType()
null
.
java.lang.String getXTag()
null
.
null
java.util.List<java.lang.String> getExamples()
null
.
null
, possibly empty list of examples for
this frameISyntaxDesc getSyntax()
null
.
null
syntactic descriptor for this frame.ISemanticDesc getSemantics()
null
.
null
semantic descriptor for this frame.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |