Package com.hp.lft.sdk.ai
Class Relation
java.lang.Object
com.hp.lft.sdk.ai.Relation
- All Implemented Interfaces:
Locator
,com.hp.lft.sdk.internal.GroupedProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet theAiObject
which has a visual relation with respect to the object to be identified.Get the type of theRelation
.void
Sets theAiObject
which has a visual relation with respect to the object to be identified.void
setRelationType
(RelationType relationType) Sets the type of theRelation
.
-
Constructor Details
-
Method Details
-
getRelationType
Get the type of theRelation
.- Returns:
- the type of the
Relation
.
-
setRelationType
Sets the type of theRelation
.- Parameters:
relationType
- the type of theRelation
.
-
getAnchor
Get theAiObject
which has a visual relation with respect to the object to be identified.- Returns:
- the
AiObject
which has a visual relation with respect to the object to be identified.
-
setAnchor
Sets theAiObject
which has a visual relation with respect to the object to be identified.- Parameters:
anchor
- theAiObject
which has a visual relation with respect to the object to be identified.
-
getProperties
- Specified by:
getProperties
in interfacecom.hp.lft.sdk.internal.GroupedProperty
-