|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mode
A Mode entry container. Defines only one method to get the Concept or Relation associated with it. A Mode can be either a concept or a relation but not both.
Created on Jul 26, 2005 Committed by $Author: vassil_momtchev $ $Source$
Method Summary | |
---|---|
org.omwg.ontology.Concept |
getConcept()
Returns the Concept which is associated with the mode |
org.omwg.ontology.Relation |
getRelation()
Returns the Relation which is associated with the mode |
boolean |
isConcept()
Determines whether the mode is associated with a concept (true if yes, false if it's a relation) |
Method Detail |
---|
org.omwg.ontology.Concept getConcept()
org.omwg.ontology.Relation getRelation()
boolean isConcept()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |