|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The AP category for a FD. This is the adjective phrase and can be used anywhere to describe an object or an action. Methods are provided to set the head of the AP either in the form of String or FD. Factory methods are also provided for easier constructing purpose. User should either use the setLex or the sethead method to set the object of the AP. It will not make sense if user uses both methods for the same AP FD.
APFactory
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
void |
setHead(FD head)
A method to set the headw of the AP. |
void |
setLex(java.lang.String lex)
A method to set the lexical entry of the AP |
Methods inherited from interface edu.columbia.surge.FD |
checkPath,
checkPath,
getPath,
getPath,
putPath,
putPath,
putPathOverride,
putPathOverride,
toString,
toXML |
Methods inherited from interface java.util.Map |
clear,
containsKey,
containsValue,
entrySet,
equals,
get,
hashCode,
isEmpty,
keySet,
put,
putAll,
remove,
size,
values |
Method Detail |
public void setLex(java.lang.String lex)
lex
- the lexical entry of the APpublic void setHead(FD head)
head
- a FD representation of the head
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |