Method Summary |
|
public boolean | add(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity entity, com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTable relationalTableDefinitions) Creates a link between the pair of instance objects in the associations
link set. |
public boolean | exists(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity entity, com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTable relationalTableDefinitions) Queries whether a link currently exists between a given pair of instance
objects in the associations link set.
Parameters: entity - Value of the first association end. Parameters: relationalTableDefinitions - Value of the second association end. |
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity | getEntity(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTable relationalTableDefinitions) Queries the instance object that is related to a particular instance object
by a link in the current associations link set.
Parameters: relationalTableDefinitions - Required value of the second association end. |
public java.util.Collection | getRelationalTableDefinitions(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity entity) Queries the instance objects that are related to a particular instance
object by a link in the current associations link set.
Parameters: entity - Required value of the first association end. |
public boolean | remove(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity entity, com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTable relationalTableDefinitions) Removes a link between a pair of instance objects in the current associations
link set. |