HEADER

biouml.standard.type
Class Relation

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
              |
              +--biouml.standard.type.BaseSupport
                    |
                    +--biouml.standard.type.GenericEntity
                          |
                          +--biouml.standard.type.Relation

public class Relation
extends GenericEntity
implements RelationType

Intermediary class to generalize what is common for all relations/edges.

pending is it propertyNames clear and correct?

Constructor Summary
Relation(DataCollection origin, String name)
           
Relation(DataCollection origin, String name, String relationType)
           

Method Summary
 StringgetParticipationType()
           
 StringgetRelationType()
           
 StringgetType()
           
 voidsetParticipationType(String participationType)
           

Methods inherited from class biouml.standard.type.GenericEntity
getComment, getDate, setComment, setDate

Methods inherited from class biouml.standard.type.BaseSupport
getTitle

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

Relation

public Relation(DataCollection origin, String name)

Relation

public Relation(DataCollection origin, String name, String relationType)
Method Detail

getParticipationType

public String getParticipationType()

getRelationType

public String getRelationType()

getType

public String getType()

setParticipationType

public void setParticipationType(String participationType)

Association Links

to Class java.lang.String

pending rename to action type.

to Class java.lang.String


FOOTER

BOTTOM