Method Summary |
|
public boolean | add(com.metaboss.sdlctools.models.metabossmodel.visualmodel.Line lineWithEnd, com.metaboss.sdlctools.models.metabossmodel.visualmodel.Point endPoint) Creates a link between the pair of instance objects in the associations
link set. |
public boolean | exists(com.metaboss.sdlctools.models.metabossmodel.visualmodel.Line lineWithEnd, com.metaboss.sdlctools.models.metabossmodel.visualmodel.Point endPoint) Queries whether a link currently exists between a given pair of instance
objects in the associations link set.
Parameters: lineWithEnd - Value of the first association end. Parameters: endPoint - Value of the second association end. |
public com.metaboss.sdlctools.models.metabossmodel.visualmodel.Point | getEndPoint(com.metaboss.sdlctools.models.metabossmodel.visualmodel.Line lineWithEnd) Queries the instance object that is related to a particular instance object
by a link in the current associations link set.
Parameters: lineWithEnd - Required value of the first association end. |
public com.metaboss.sdlctools.models.metabossmodel.visualmodel.Line | getLineWithEnd(com.metaboss.sdlctools.models.metabossmodel.visualmodel.Point endPoint) Queries the instance object that is related to a particular instance object
by a link in the current associations link set.
Parameters: endPoint - Required value of the second association end. |
public boolean | remove(com.metaboss.sdlctools.models.metabossmodel.visualmodel.Line lineWithEnd, com.metaboss.sdlctools.models.metabossmodel.visualmodel.Point endPoint) Removes a link between a pair of instance objects in the current associations
link set. |