io.sarl.api.naming.namespace
Class OwnerTypeFieldAccessValidator
All Superinterfaces:
IFieldAccessValidator
class OwnerTypeFieldAccessValidator
extends java.lang.Object
implements IFieldAccessValidator
A tool that is able to determine if a field is observable or not based on the type of owner. If the owner is an agent or an agent trait, the field is not observable. If the owner of another type, the field is observable.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.naming
Since:
0.12
Action Summary
Modifier and type Action and description
FieldAccessRight getFieldAccessRight(Object,Field)
Action Details
getFieldAccessRight(Object,Field)
def getFieldAccessRight(Object,Field) : FieldAccessRight