Class OT.DeleteFeature
All Packages Class Hierarchy This Package Previous Next Index
Class OT.DeleteFeature
java.lang.Object
|
+----OT.Operation
|
+----OT.FeatureOperation
|
+----OT.DeleteFeature
- public class DeleteFeature
- extends FeatureOperation
Gen operation to delete a feature token.
- Version:
- 1998-11-29
- Author:
- Andrea Heiberg, University of Arizona
-
DeleteFeature(Feature)
-
-
apply(Representation)
- Removes the feature token and any associations to the feature token from representation.
-
test(Representation)
- Tests to see if feature can be deleted.
-
toString()
-
DeleteFeature
public DeleteFeature(Feature feature)
test
public boolean test(Representation rep)
- Tests to see if feature can be deleted. Returns true if feature exists; false otherwise.
- Overrides:
- test in class Operation
apply
public void apply(Representation rep)
- Removes the feature token and any associations to the feature token from representation.
- Overrides:
- apply in class Operation
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index