Package edu.tufts.hrilab.vision.stm
Class MemoryObjectRelation
java.lang.Object
edu.tufts.hrilab.vision.stm.MemoryObjectRelation
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Get confidence of this relation.Get relation in predicate form.Get other MemoryObject that relationship is between.
-
Method Details
-
getConfidence
public float getConfidence()Get confidence of this relation.- Returns:
-
getDescriptor
Get relation in predicate form. Returns a direct reference, not a copy.- Returns:
-
getRelatedObject
Get other MemoryObject that relationship is between. Returns a direct reference, not a copy.- Returns:
-