Package me.datafox.dfxengine.values
Class StaticValue
java.lang.Object
me.datafox.dfxengine.values.StaticValue
- All Implemented Interfaces:
Comparable<Handled>
,Dependency
,Dependent
,Handled
,Value
- Direct Known Subclasses:
MappingOperationModifier.SpecialValue
A numeric value backed with a
Numeral
. A static value is immutable, unmodifiable and not identified by a
Handle. More specifically, getHandle()
return null
, any calls to set(Numeral)
and all
apply(...)
methods throw UnsupportedOperationException
, and all Modifier-related methods return
false
with no other action. Static values are primarily meant to be used as immutable parameters for
Modifier
implementations in this module (AbstractModifier
, OperationModifier
and
MappingOperationModifier
).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addDependent
(Dependent dependent) This implementation will always returnfalse
.boolean
addDependents
(Collection<? extends Dependent> dependencies) This implementation will always returnfalse
.boolean
addModifier
(Modifier modifier) This implementation will always returnfalse
.boolean
addModifiers
(Collection<? extends Modifier> modifiers) This implementation will always returnfalse
.void
apply
(DualParameterOperation operation, MathContext context, Numeral parameter1, Numeral parameter2) This implementation will always throwUnsupportedOperationException
.void
apply
(Operation operation, MathContext context, Numeral... parameters) This implementation will always throwUnsupportedOperationException
.void
apply
(SingleParameterOperation operation, MathContext context, Numeral parameter) This implementation will always throwUnsupportedOperationException
.void
apply
(SourceOperation operation, MathContext context) This implementation will always throwUnsupportedOperationException
.boolean
canConvert
(NumeralType type) This implementation will always returnfalse
.boolean
compare
(Comparison comparison, ComparisonContext context, Numeral other) boolean
containsDependent
(Dependent dependent) This implementation will always returnfalse
.boolean
containsDependentRecursive
(Dependent dependent) This implementation will always returnfalse
.boolean
containsDependents
(Collection<? extends Dependent> dependents) This implementation will always returnfalse
.boolean
containsDependentsRecursive
(Collection<? extends Dependent> dependents) This implementation will always returnfalse
.boolean
containsModifier
(Modifier modifier) This implementation will always returnfalse
.boolean
containsModifiers
(Collection<? extends Modifier> modifiers) This implementation will always returnfalse
.boolean
convert
(NumeralType type) This implementation always throwsUnsupportedOperationException
.boolean
convertIfAllowed
(NumeralType type) This implementation will always returnfalse
.This implementation will always return an emptyStream
.getBase()
This implementation will always return an empty collection.This implementation always returnsnull
This implementation will always return an empty collection.getValue()
void
Static values do not need to be invalidated.void
Static values do not need to be invalidated.boolean
This implementation always returnstrue
.boolean
isStatic()
This implementation always returnstrue
.This implementation will always return an emptyStream
.boolean
removeDependent
(Dependent dependent) This implementation will always returnfalse
.boolean
removeDependents
(Collection<? extends Dependent> dependents) This implementation will always returnfalse
.boolean
removeModifier
(Modifier modifier) This implementation will always returnfalse
.boolean
removeModifiers
(Collection<? extends Modifier> modifiers) This implementation will always returnfalse
.void
This implementation will always throwUnsupportedOperationException
.boolean
This implementation will always throwUnsupportedOperationException
.boolean
This implementation will always throwUnsupportedOperationException
.boolean
This implementation will always returnfalse
.toString()
-
Constructor Details
-
StaticValue
- Parameters:
value
-Numeral
to initialize this value with
-
-
Method Details
-
getHandle
This implementation always returnsnull
-
getBase
-
getValue
-
isStatic
public boolean isStatic()This implementation always returnstrue
. -
isImmutable
public boolean isImmutable()This implementation always returnstrue
.- Specified by:
isImmutable
in interfaceValue
- Returns:
true
if this value is static
-
canConvert
This implementation will always returnfalse
.- Specified by:
canConvert
in interfaceValue
- Parameters:
type
- ignored parameter- Returns:
false
-
convert
This implementation always throwsUnsupportedOperationException
.- Specified by:
convert
in interfaceValue
- Parameters:
type
- ignored parameter- Returns:
- nothing
- Throws:
UnsupportedOperationException
- when called
-
convertIfAllowed
This implementation will always returnfalse
.- Specified by:
convertIfAllowed
in interfaceValue
- Parameters:
type
- ignored parameter- Returns:
false
-
toInteger
public boolean toInteger()This implementation will always throwUnsupportedOperationException
.- Specified by:
toInteger
in interfaceValue
- Returns:
- nothing
- Throws:
UnsupportedOperationException
- when called
-
toDecimal
public boolean toDecimal()This implementation will always throwUnsupportedOperationException
.- Specified by:
toDecimal
in interfaceValue
- Returns:
- nothing
- Throws:
UnsupportedOperationException
- when called
-
toSmallestType
public boolean toSmallestType()This implementation will always returnfalse
.- Specified by:
toSmallestType
in interfaceValue
- Returns:
false
-
set
This implementation will always throwUnsupportedOperationException
.- Specified by:
set
in interfaceValue
- Parameters:
value
- ignored parameter- Throws:
UnsupportedOperationException
- when called
-
apply
This implementation will always throwUnsupportedOperationException
.- Specified by:
apply
in interfaceValue
- Parameters:
operation
- ignored parametercontext
- ignored parameter- Throws:
UnsupportedOperationException
- when called
-
apply
This implementation will always throwUnsupportedOperationException
.- Specified by:
apply
in interfaceValue
- Parameters:
operation
- ignored parametercontext
- ignored parameterparameter
- ignored parameter- Throws:
UnsupportedOperationException
- when called
-
apply
public void apply(DualParameterOperation operation, MathContext context, Numeral parameter1, Numeral parameter2) This implementation will always throwUnsupportedOperationException
.- Specified by:
apply
in interfaceValue
- Parameters:
operation
- ignored parametercontext
- ignored parameterparameter1
- ignored parameterparameter2
- ignored parameter- Throws:
UnsupportedOperationException
- when called
-
apply
This implementation will always throwUnsupportedOperationException
.- Specified by:
apply
in interfaceValue
- Parameters:
operation
- ignored parametercontext
- ignored parameterparameters
- ignored parameter- Throws:
UnsupportedOperationException
- when called
-
compare
- Specified by:
compare
in interfaceValue
- Parameters:
comparison
-Comparison
to be usedcontext
-ComparisonContext
for the comparisonother
-Numeral
to be compared with- Returns:
true
if the specifiedComparison
returnstrue
-
getModifiers
This implementation will always return an empty collection.- Specified by:
getModifiers
in interfaceValue
- Returns:
Set.of()
-
addModifier
This implementation will always returnfalse
.- Specified by:
addModifier
in interfaceValue
- Parameters:
modifier
- ignored parameter- Returns:
false
-
addModifiers
This implementation will always returnfalse
.- Specified by:
addModifiers
in interfaceValue
- Parameters:
modifiers
- ignored parameter- Returns:
false
-
removeModifier
This implementation will always returnfalse
.- Specified by:
removeModifier
in interfaceValue
- Parameters:
modifier
- ignored parameter- Returns:
false
-
removeModifiers
This implementation will always returnfalse
.- Specified by:
removeModifiers
in interfaceValue
- Parameters:
modifiers
- ignored parameter- Returns:
false
-
containsModifier
This implementation will always returnfalse
.- Specified by:
containsModifier
in interfaceValue
- Parameters:
modifier
- ignored parameter- Returns:
false
-
containsModifiers
This implementation will always returnfalse
.- Specified by:
containsModifiers
in interfaceValue
- Parameters:
modifiers
- ignored parameter- Returns:
false
-
invalidate
public void invalidate()Static values do not need to be invalidated.- Specified by:
invalidate
in interfaceDependent
-
getDependents
This implementation will always return an empty collection.- Specified by:
getDependents
in interfaceDependency
- Returns:
Set.of()
-
invalidateDependents
public void invalidateDependents()Static values do not need to be invalidated.- Specified by:
invalidateDependents
in interfaceDependency
-
addDependent
This implementation will always returnfalse
.- Specified by:
addDependent
in interfaceDependency
- Parameters:
dependent
- ignored parameter- Returns:
false
-
addDependents
This implementation will always returnfalse
.- Specified by:
addDependents
in interfaceDependency
- Parameters:
dependencies
- ignored parameter- Returns:
false
-
removeDependent
This implementation will always returnfalse
.- Specified by:
removeDependent
in interfaceDependency
- Parameters:
dependent
- ignored parameter- Returns:
false
-
removeDependents
This implementation will always returnfalse
.- Specified by:
removeDependents
in interfaceDependency
- Parameters:
dependents
- ignored parameter- Returns:
false
-
containsDependent
This implementation will always returnfalse
.- Specified by:
containsDependent
in interfaceDependency
- Parameters:
dependent
- ignored parameter- Returns:
false
-
containsDependents
This implementation will always returnfalse
.- Specified by:
containsDependents
in interfaceDependency
- Parameters:
dependents
- ignored parameter- Returns:
false
-
containsDependentRecursive
This implementation will always returnfalse
.- Specified by:
containsDependentRecursive
in interfaceDependency
- Parameters:
dependent
- ignored parameter- Returns:
false
-
containsDependentsRecursive
This implementation will always returnfalse
.- Specified by:
containsDependentsRecursive
in interfaceDependency
- Parameters:
dependents
- ignored parameter- Returns:
false
-
dependentStream
This implementation will always return an emptyStream
.- Specified by:
dependentStream
in interfaceDependency
- Returns:
Stream.empty()
-
recursiveDependentStream
This implementation will always return an emptyStream
.- Specified by:
recursiveDependentStream
in interfaceDependency
- Returns:
Stream.empty()
-
toString
-