public static final class PointEntity.Definition extends PointEntity
PointEntity.Definition, PointEntity.ReferenceParamsEntity.BuilderPoint.Named, Point.ReplicateDEFAULT_FILTER, ELEMENT_NAME, ENTITY_PREFIX, ENTITY_REFERENCE_NAMEARCHIVE_TIME_PARAM, CAPTURE_LIMIT_PARAM, CAPTURE_TIME_PARAM, CEILING_GAP_PARAM, CEILING_RATIO_PARAM, CONFIRM_PARAM, DEADBAND_GAP_PARAM, DEADBAND_RATIO_PARAM, FAIL_RETURNS_NULL_PARAM, FILTER_PARAM, FILTER_STAMP_TRIM_UNIT_PARAM, FILTER_TIME_LIMIT_PARAM, FLOOR_GAP_PARAM, FLOOR_RATIO_PARAM, KEEP_AT_LEAST_PARAM, KEEP_AT_MOST_PARAM, LIFE_TIME_PARAM, NOTIFY_PARAM, NULL, NULL_REMOVES_PARAM, PARAM_PARAM, POLATOR_PARAM, POLATOR_TIME_LIMIT_PARAM, RECALC_LATEST_PARAM, REPLICATED_PARAM, RESPECT_VERSION_PARAM, RESYNCHRONIZED_PARAM, STATES_PARAM, STEP_SIZE_PARAM, TAG_PARAM, VOLATILE_PARAMUUID_COMPARATOR| Constructor and Description |
|---|
Definition()
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
PointEntity.Definition |
copy()
Creates a copy of this entity.
|
boolean |
equals(Object other)
|
Optional<PointEntity> |
getDefinition()
Gets the point's definition.
|
int |
hashCode() |
boolean |
isDefinition()
Asks if this point is a definition.
|
void |
setDefinition(PointEntity definition)
Sets the point's definition.
|
addInputRelation, addReplicate, adjustLevel, clearContentEntity, clearInputs, clearResults, clearTransformEntity, close, compareTo, contentIs, filter, flagResultRelations, getContent, getContentEntity, getElementName, getInputs, getLevel, getOrigin, getOriginEntity, getPermissions, getPermissionsEntity, getPrefix, getRecalcLatest, getReferenceName, getReplicates, getResults, getStore, getStoreEntity, getSync, getSyncEntity, getTransform, getTransformEntity, hasInputRelations, hasResultRelations, isDropped, isNullRemoves, isSynced, isVolatile, resetInputs, resetReplicates, resetResults, setContentEntity, setDropped, setOriginEntity, setPermissionsEntity, setStoreEntity, setSyncEntity, setTransformEntity, setUp, setUpRelations, setUpStore, tearDown, tearDownStore, tidy, toStringgetParams, setParamsaddText, getAttributes, getAttributes, getTexts, setAttributesgetName, getNameInUpperCase, getThisLogger, getUUID, setName, setUUIDgetAttributes, getName, getNameInUpperCase, getUUIDpublic PointEntity.Definition copy()
copy in interface Entitycopy in class PointEntitypublic boolean equals(Object other)
For two Entity to be equal, they must at least be instances of
the same class, have the same UUID and name.
For two Metadata Entity to be equal, they must at
least be instances of the same class, have the same UUID,
Attributes, name and descriptive texts.
equals in class PointEntitypublic Optional<PointEntity> getDefinition()
Allows a reference to supply the referent.
getDefinition in class PointEntitypublic int hashCode()
hashCode in class PointEntitypublic boolean isDefinition()
isDefinition in class PointEntitypublic void setDefinition(PointEntity definition)
setDefinition in class PointEntitydefinition - The point's definition.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.