Uses of Class
org.fiware.ngsi.model.RelationshipVO
-
Uses of RelationshipVO in org.fiware.mintaka.domain
Modifier and TypeMethodDescriptiondefault RelationshipVO
AttributePropertyVOMapper.attributeToRelationShip
(AbstractAttribute attribute, Instant createdAt, boolean modifiedAt) Map the internal attribute to a relationshipModifier and TypeMethodDescriptiondefault TemporalValueRelationship
TemporalValuesMapper.relationshipToTemporalValuesRelationship
(List<RelationshipVO> propertyVOList, TimeStampType timeStampType) -
Uses of RelationshipVO in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionRelationshipVO.instanceId
(URI newInstanceId) RelationshipVO.modifiedAt
(Instant newModifiedAt) RelationshipVO.observedAt
(Instant newObservedAt) RelationshipVO.setAdditionalProperties
(String propertyKey, Object value) RelationshipVO.setAdditionalProperties
(Map<String, Object> newAdditionalProperties) RelationshipVO.setCreatedAt
(Instant newCreatedAt) RelationshipVO.setDatasetId
(URI newDatasetId) RelationshipVO.setInstanceId
(URI newInstanceId) RelationshipVO.setModifiedAt
(Instant newModifiedAt) RelationshipVO.setObservedAt
(Instant newObservedAt) RelationshipVO.setType
(RelationshipVO.Type newType) RelationshipVO.type
(RelationshipVO.Type newType)