public interface ILinkConstraint
AccessConstraint
that constrains the relationship between two objects.Modifier and Type | Method and Description |
---|---|
IServiceProvider |
getConstrainedLink()
Gets the link to which this constraint applies.
|
LinkRole |
getConstrainedLinkEnd()
Gets the end of the link to which this constraint applies.
|
void |
setConstrainedLink(IServiceProvider value)
Sets the link to which this constraint applies.
|
void |
setConstrainedLinkEnd(LinkRole value)
Sets the end of the link to which this constraint applies.
|
IServiceProvider getConstrainedLink()
void setConstrainedLink(IServiceProvider value)
@Nonnull LinkRole getConstrainedLinkEnd()
Some link constraints may be identical when observed from either end and will ignore this property.
void setConstrainedLinkEnd(@Nonnull LinkRole value)
Some link constraints may be identical when observed from either end and will ignore this property.