public interface EntityTest
Encapsulates a boolean test performed against an Entity
. This is primarily used by SelectedCondition
, ActionNode.EnabledCondition
, and Condition
as attributes of
ActionNode
to allow actions to test their state when an entity is updated.
Modifier and Type | Method and Description |
---|---|
boolean |
test(Entity entity) |
boolean test(Entity entity)
Copyright © 2021. All Rights Reserved.