Package org.tensorics.core.quantity
Interface ValidityAware
-
- All Known Subinterfaces:
QuantifiedValue<S>
- All Known Implementing Classes:
ImmutableQuantifiedValue
public interface ValidityAwareMarks an instance that has a flag, if the content of the object is valid or not. The meaning of 'validity' depends on the context. In the context of tensorics, the validity flag is usually used for flagging values of tensors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Booleanvalidity()Retrieves the validity flag of the object.
-