@Beta
public interface PiActionProfileModel
Modifier and Type | Method and Description |
---|---|
boolean |
hasSelector()
Returns true if this action profile implements dynamic selection, false
otherwise.
|
PiActionProfileId |
id()
Returns the ID of this action profile.
|
int |
maxGroupSize()
Returns the maximum number of members a group of this action profile can
hold.
|
long |
size()
Returns the maximum number of member entries that this action profile can
hold.
|
Collection<PiTableId> |
tables()
Returns the collection of table IDs that use this action profile.
|
PiActionProfileId id()
Collection<PiTableId> tables()
boolean hasSelector()
long size()
int maxGroupSize()