Class DefaultConnectOperator
java.lang.Object
de.foellix.aql.config.Tool
de.foellix.aql.system.defaulttools.DefaultTool
de.foellix.aql.system.defaulttools.operators.DefaultOperator
de.foellix.aql.system.defaulttools.operators.DefaultUnifyOperator
de.foellix.aql.system.defaulttools.operators.DefaultConnectOperator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class de.foellix.aql.system.defaulttools.operators.DefaultOperator
equalsOptions, OPERATOR_CONNECT, OPERATOR_CONNECT_APPROX, OPERATOR_FILTER, OPERATOR_INTERSECT, OPERATOR_MINUS, OPERATOR_SIGN, OPERATOR_TOAD, OPERATOR_TOFD, OPERATOR_UNIFYFields inherited from class de.foellix.aql.system.defaulttools.DefaultTool
DEFAULT_TOOL_USES, executeFields inherited from class de.foellix.aql.config.Tool
external, name, path, priority, questions, runOnAbort, runOnEntry, runOnExit, runOnFail, runOnSuccess, timeout, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyOperator(OperatorTask task) getName()Gets the value of the name property.setApproximation(boolean enabled) Disabled by default! Use with caution! Intents and intent filters are not accurately matched when enabled.Methods inherited from class de.foellix.aql.system.defaulttools.operators.DefaultUnifyOperator
unifyMethods inherited from class de.foellix.aql.system.defaulttools.operators.DefaultOperator
getEqualsOptions, getOperator, resetEqualsOptions, setEqualsOptionsMethods inherited from class de.foellix.aql.system.defaulttools.DefaultTool
getExecute, getPath, getPriority, getVersionMethods inherited from class de.foellix.aql.config.Tool
getQuestions, getRunOnAbort, getRunOnEntry, getRunOnExit, getRunOnFail, getRunOnSuccess, getTimeout, isExternal, setExecute, setExternal, setName, setPath, setQuestions, setRunOnAbort, setRunOnEntry, setRunOnExit, setRunOnFail, setRunOnSuccess, setTimeout, setVersion
-
Field Details
-
CONNECT_MODE_ALL
public static final int CONNECT_MODE_ALL- See Also:
-
CONNECT_MODE_INTRA_APP
public static final int CONNECT_MODE_INTRA_APP- See Also:
-
CONNECT_MODE_INTER_APP
public static final int CONNECT_MODE_INTER_APP- See Also:
-
CONNECT_MODE_FILTER_SOURCE
public static final int CONNECT_MODE_FILTER_SOURCE- See Also:
-
-
Constructor Details
-
DefaultConnectOperator
public DefaultConnectOperator() -
DefaultConnectOperator
public DefaultConnectOperator(int connectMode)
-
-
Method Details
-
getName
Description copied from class:ToolGets the value of the name property.- Overrides:
getNamein classDefaultTool- Returns:
- possible object is
String
-
setApproximation
Disabled by default! Use with caution! Intents and intent filters are not accurately matched when enabled. Instead an over-approximation based on the action attribute ONLY is used.- Parameters:
enabled- Default: false- Returns:
- The same operator with adapted approximation
-
applyOperator
- Overrides:
applyOperatorin classDefaultUnifyOperator
-
applyOperatorInner
- Overrides:
applyOperatorInnerin classDefaultUnifyOperator
-
connect
-