public abstract class SelectsBehavior extends PrimaryBehavior
Proxied.Abstract
Modifier | Constructor and Description |
---|---|
protected |
SelectsBehavior()
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isInputRequired()
Asks if an input value is required.
|
boolean |
isStartStop()
Asks if the interval is start/stop.
|
boolean |
setUp(Metadata metadata,
ProxyEntity proxyEntity)
Sets up the instance for action.
|
addInputToResult, equals, getAfterResultSyncPosition, getInputSync, getResultSync, getResultSyncStamp, getSelectSyncPosition, getSinceResultSyncPosition, getSinceSyncPosition, getSync, getSynchronizedResultStamp, getSyncStamp, hasAfterResultSyncPosition, hashCode, hasSelectSyncPosition, hasSinceResultSyncPosition, hasSinceSyncPosition, isInSync, isPrimary, isSelectPreviousValue, prepareSelect, select, supportsExtrapolated, supportsInterpolated, validate, validateNoLoop, validateNotSynchronized
doValidate, getBehavior, getBooleanInputValue, getDoubleInputValue, getElapsedInputValue, getEntity, getInput, getInputPoint, getName, getNext, getParams, getProxyEntity, getRelation, getRelations, getRelationSync, getRelationSyncEntity, getResultPoint, getThisLogger, getTransform, isInherited, isInputExtrapolated, isInputInterpolated, isInputValid, isResultFetched, isSynchronized, newResultValue, prepareTrigger, setInherited, setNext, setRelation, tearDown, toString, trigger, validateNoResults, validateTransform
public boolean isInputRequired()
isInputRequired
in interface Behavior
isInputRequired
in class AbstractBehavior
@CheckReturnValue public boolean isStartStop()
public boolean setUp(Metadata metadata, ProxyEntity proxyEntity)
setUp
in interface Proxied
setUp
in class PrimaryBehavior
metadata
- The metadata available to the current process.proxyEntity
- The proxy entity refering to the proxied.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.