io.sarl.api.naming.namespace
Capacity FieldAccessValidationCapacity
All Superinterfaces:
Capacity
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
capacity FieldAccessValidationCapacity
implements Capacity
An agent capacity that enables the agent to validate the accesses to its fields.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.naming
Since:
0.12
Action Summary
Modifier and type Action and description
abstract FieldAccessRight getFieldAccessRight(Field)
Check and replies if the access right for the field.
Action Details
getFieldAccessRight(Field)
def getFieldAccessRight(Field) : FieldAccessRight
Check and replies if the access right for the field.
Parameters:
field - the field to test.
Returns:
the access right for the given field, never null .