biouml.standard.type
Class SemanticRelation
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.BaseSupport
|
+--biouml.standard.type.GenericEntity
|
+--biouml.standard.type.Referrer
|
+--biouml.standard.type.SemanticRelation
- public class SemanticRelation
- extends Referrer
- implements Relation
SemanticRelatio specified semantic relationships between concepts (kernels)
assotiated with two nodes on the diagram.
SemanticRelation
public SemanticRelation(DataCollection origin, String name)
SemanticRelation
public SemanticRelation(DataCollection origin, String name, String relationType)
getInputElementName
public String getInputElementName()
getOutputElementName
public String getOutputElementName()
getParticipation
public String getParticipation()
getRelationType
public String getRelationType()
getTitle
public String getTitle()
getType
public String getType()
setInputElementName
public void setInputElementName(String inputElementName)
setOutputElementName
public void setOutputElementName(String outputElementName)
setParticipation
public void setParticipation(String participation)
setRelationType
public void setRelationType(String relationType)
to Class java.lang.String- Name of input data element (kernel) participation in this realtion.
The name can be given relative Module.DATA data collection or it can be
complete name of corresponding kernel data element.
to Class java.lang.String
- Name of output data element (kernel) participation in this realtion.
The name can be given relative Module.DATA data collection or it can be
complete name of corresponding kernel data element.
to Class java.lang.String
to Class java.lang.String
BOTTOM