phenote.gui.field
Class CompletionRelation
java.lang.Object
phenote.gui.field.CompletionRelation
class CompletionRelation
- extends java.lang.Object
This is basically a view object for the auto completer for relations/
OBOProperties
This is pase - been replaced by more general CompletionObject - delete?
CompletionTerm should similarly be replaced by/merged with CompObj i think
thats the idea - then can have general stuff that can do both rels & terms
rather than this separation for it all - this is a first step
|
Field Summary |
(package private) org.obo.datamodel.OBOProperty |
relation
|
|
Method Summary |
(package private) org.obo.datamodel.OBOProperty |
getOboProperty()
this is way of future - use more general OBOObj instead of OBOProp |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
relation
org.obo.datamodel.OBOProperty relation
CompletionRelation
CompletionRelation(org.obo.datamodel.OBOProperty rel)
getOboProperty
org.obo.datamodel.OBOProperty getOboProperty()
- this is way of future - use more general OBOObj instead of OBOProp
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object