Class OT.DeleteAssociation
All Packages Class Hierarchy This Package Previous Next Index
Class OT.DeleteAssociation
java.lang.Object
|
+----OT.Operation
|
+----OT.AssociationOperation
|
+----OT.DeleteAssociation
- public class DeleteAssociation
- extends AssociationOperation
Gen operation to delete an association.
- Version:
- 1998-11-29
- Author:
- Andrea Heiberg, University of Arizona
-
DeleteAssociation(Association)
-
-
apply(Representation)
- Removes association from representation.
-
test(Representation)
- Tests to see if association can be deleted.
-
toString()
-
DeleteAssociation
public DeleteAssociation(Association association)
test
public boolean test(Representation rep)
- Tests to see if association can be deleted. Returns true if association exists; false otherwise.
- Overrides:
- test in class Operation
apply
public void apply(Representation rep)
- Removes association 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