@ProviderType
public interface Feature
Modifier and Type | Method and Description |
---|---|
String |
getName()
Note: The feature can be renamed at any time
|
Pose |
getPose()
Returns the Cartesian location of the feature
|
boolean |
isDefined()
Returns whether the position of the feature has been fully defined/specified.
|
boolean |
isJoggable() |
boolean |
isResolvable()
A feature cannot be guaranteed to be present in PolyScope.
|
boolean |
isVariable()
Returns whether the feature can be used as a variable in the program.
|
String getName()
boolean isDefined()
true
if the feature is defined, false
otherwise.boolean isVariable()
true
if the feature is variable, false
otherwise.boolean isJoggable()
Pose getPose()
boolean isResolvable()
true
if this feature is present in PolyScope, otherwise false
.Copyright © 2020. All rights reserved.