public interface Feature
Modifier and Type | Method and Description |
---|---|
String |
getName()
Note: The feature can be renamed at any time
|
Pose |
getPose()
Returns the actual Cartesian location of the feature
|
boolean |
isDefined()
Returns whether the position of the feature has been fully defined/specified.
|
boolean |
isJoggable() |
boolean |
isVariable()
Returns whether the feature can be used as a variable in the program.
|
String getName()
boolean isDefined()
boolean isVariable()
boolean isJoggable()
Pose getPose()
Copyright © 2019. All rights reserved.