|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbSMSLink | |
---|---|
org.modelsphere.sms.db |
Uses of DbSMSLink in org.modelsphere.sms.db |
---|
Methods in org.modelsphere.sms.db that return DbSMSLink | |
---|---|
DbSMSLink |
DbSMSLinkGo.getLink()
Gets the link object associated to a DbSMSLinkGo's instance. |
Methods in org.modelsphere.sms.db with parameters of type DbSMSLink | |
---|---|
void |
DbSMSSemanticalObject.addToSourceLinks(DbSMSLink value)
Adds an element to the list of source links associated to a DbSMSSemanticalObject's instance. |
void |
DbSMSSemanticalObject.addToTargetLinks(DbSMSLink value)
Adds an element to the list of target links associated to a DbSMSSemanticalObject's instance. |
void |
DbSMSSemanticalObject.removeFromSourceLinks(DbSMSLink value)
Removes an element from the list of source links associated to a DbSMSSemanticalObject's instance. |
void |
DbSMSSemanticalObject.removeFromTargetLinks(DbSMSLink value)
Removes an element from the list of target links associated to a DbSMSSemanticalObject's instance. |
void |
DbSMSLinkGo.setLink(DbSMSLink value)
Sets the link object associated to a DbSMSLinkGo's instance. |
void |
DbSMSSemanticalObject.setSourceLinks(DbSMSLink value,
int op)
Adds an element to or removes an element from the list of source links associated to a DbSMSSemanticalObject's instance. |
void |
DbSMSSemanticalObject.setTargetLinks(DbSMSLink value,
int op)
Adds an element to or removes an element from the list of target links associated to a DbSMSSemanticalObject's instance. |
Constructors in org.modelsphere.sms.db with parameters of type DbSMSLink | |
---|---|
DbSMSLinkGo(DbSMSDiagram composite,
DbSMSGraphicalObject frontEndGo,
DbSMSGraphicalObject backEndGo,
DbSMSLink link)
Creates an instance of DbSMSLinkGo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |