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

Constructor Index

 o DeleteFeature(Feature)

Method Index

 o apply(Representation)
Removes the feature token and any associations to the feature token from representation.
 o test(Representation)
Tests to see if feature can be deleted.
 o toString()

Constructors

 o DeleteFeature
  public DeleteFeature(Feature feature)

Methods

 o 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
 o apply
  public void apply(Representation rep)
Removes the feature token and any associations to the feature token from representation.
Overrides:
apply in class Operation
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index