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 theAiObjectwhich has a visual relation with respect to the object to be identified.Get the type of theRelation.voidSets theAiObjectwhich has a visual relation with respect to the object to be identified.voidsetRelationType(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 theAiObjectwhich has a visual relation with respect to the object to be identified.- Returns:
- the
AiObjectwhich has a visual relation with respect to the object to be identified.
-
setAnchor
Sets theAiObjectwhich has a visual relation with respect to the object to be identified.- Parameters:
anchor- theAiObjectwhich has a visual relation with respect to the object to be identified.
-
getProperties
- Specified by:
getPropertiesin interfacecom.hp.lft.sdk.internal.GroupedProperty
-