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?
| 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 |
Relation
public Relation(DataCollection origin, String name)
Relation
public Relation(DataCollection origin, String name, String relationType)
getParticipationType
public String getParticipationType()
getRelationType
public String getRelationType()
getType
public String getType()
setParticipationType
public void setParticipationType(String participationType)
to Class java.lang.String- pending rename to action type.
to Class java.lang.String
BOTTOM