HEADER

biouml.standard.type
Interface Relation

All Known Implementing Classes:
SemanticRelation, SpecieReference

public interface Relation
extends Base

Intermediary class to generalize what is common for all relations/edges as well as to define common constants.


Field Summary
 final static StringPARTICIPATION_DIRECT
           
 final static StringPARTICIPATION_INDIRECT
           
 final static StringPARTICIPATION_UNKNOWN
           

Fields inherited from interface biouml.standard.type.Type
CONSTANT, DATABASE_INFO, DIAGRAM_INFO, MATH, MATH_EQUATION, MATH_EVENT, MATH_FUNCTION, MATH_STATE, MATH_TRANSITION, TYPE_CELL, TYPE_CHEMICAL_ROLE, TYPE_COMPARTMENT, TYPE_CONCEPT, TYPE_DIAGRAM_REFERENCE, TYPE_FUNCTION, TYPE_GENE, TYPE_MOLECULE, TYPE_NOTE, TYPE_NOTE_LINK, TYPE_PROCESS, TYPE_PROTEIN, TYPE_REACTION, TYPE_RELATION, TYPE_RNA, TYPE_SEMANTIC_RELATION, TYPE_STATE, TYPE_SUBSTANCE, TYPE_UNKNOWN

Method Summary
 StringgetParticipation()
           

Methods inherited from interface biouml.standard.type.Base
getTitle, getType

Methods inherited from interface ru.biosoft.access.DataElement
getName, getOrigin

Field Detail

PARTICIPATION_DIRECT

public final static String PARTICIPATION_DIRECT

PARTICIPATION_INDIRECT

public final static String PARTICIPATION_INDIRECT

PARTICIPATION_UNKNOWN

public final static String PARTICIPATION_UNKNOWN
Method Detail

getParticipation

public String getParticipation()

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM