Class SequenceOperations
java.lang.Object
net.ssehub.easy.varModel.cstEvaluation.SequenceOperations
Implements sequence operations.
- Author:
- Holger Eichelberger
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final IOperationEvaluatorImplements the append operation.(package private) static final IOperationEvaluatorImplements the "excluding" operation.(package private) static final IOperationEvaluatorImplements the "first" operation.(package private) static final IOperationEvaluatorImplements the "hasDuplicates" operation.(package private) static final IOperationEvaluatorImplements the "including" operation.(package private) static final IOperationEvaluatorImplements the index access operation.(package private) static final IOperationEvaluatorImplements the "indexOf" operation.(package private) static final IOperationEvaluatorImplements the "hasDuplicates" operation.(package private) static final IOperationEvaluatorImplements the "isSubsequenceOf" operation.(package private) static final IOperationEvaluatorImplements the "last" operation.(package private) static final IOperationEvaluatorImplements the "overlaps" operation.(package private) static final IOperationEvaluatorImplements the prepend operation.(package private) static final IOperationEvaluatorImplements the "reverse" operation.(package private) static final IOperationEvaluatorImplements the "subSequence" operation.(package private) static final IOperationEvaluatorImplements the union operation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INDEX_ACCESS
Implements the index access operation. -
FIRST
Implements the "first" operation. -
LAST
Implements the "last" operation. -
HAS_DUPLICATES
Implements the "hasDuplicates" operation. -
INSERT_AT
Implements the "hasDuplicates" operation. -
INDEX_OF
Implements the "indexOf" operation. -
ISSUBSEQUENCE
Implements the "isSubsequenceOf" operation. -
OVERLAPS
Implements the "overlaps" operation. -
UNION
Implements the union operation. -
PREPEND
Implements the prepend operation. -
APPEND
Implements the append operation. -
EXCLUDING
Implements the "excluding" operation. -
INCLUDING
Implements the "including" operation. -
REVERSE
Implements the "reverse" operation. -
SUBSEQUENCE
Implements the "subSequence" operation.
-
-
Constructor Details
-
SequenceOperations
private SequenceOperations()Prevent instance creation.
-
-
Method Details
-
register
public static void register()Registers the defined operations.
-