|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Title: Ontology Server Description: Ontology server first version Copyright: Copyright (c) Sven Casteleyn Company: VUB
| Method Summary | |
ITerm |
getFirstTerm()
Accessor method returning the first term of the lexon triple |
java.lang.String |
getRole()
Return the role (relation) for this lexon |
ITerm |
getSecondTerm()
Accessor method returning the second term of the lexon triple |
void |
setFirstTerm(ITerm FirstTerm)
Accessor method setting the first term for this lexon |
void |
setRole(java.lang.String Role)
Accessor method setting the role (relation) for this lexon |
void |
setSecondTerm(ITerm SecondTerm)
Accessor method setting the second term for this lexon |
| Methods inherited from interface vub.starlab.ontoserver.database.ontologyobjects.IOntologyObject |
print |
| Method Detail |
public ITerm getFirstTerm()
public java.lang.String getRole()
public ITerm getSecondTerm()
public void setFirstTerm(ITerm FirstTerm)
FirstTerm - object implementing the ITerm interface which is to be first term for this lexonpublic void setRole(java.lang.String Role)
Role - the role (relation) for this lexonpublic void setSecondTerm(ITerm SecondTerm)
SecondTerm - object implementing the ITerm interface which is to be second term for this lexon
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||