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 SummaryConstructors
- 
Method SummaryModifier 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- 
getRelationTypeGet the type of theRelation.- Returns:
- the type of the Relation.
 
- 
setRelationTypeSets the type of theRelation.- Parameters:
- relationType- the type of the- Relation.
 
- 
getAnchorGet 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.
 
- 
setAnchorSets theAiObjectwhich has a visual relation with respect to the object to be identified.- Parameters:
- anchor- the- AiObjectwhich has a visual relation with respect to the object to be identified.
 
- 
getProperties- Specified by:
- getPropertiesin interface- com.hp.lft.sdk.internal.GroupedProperty
 
 
-