IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework.test
Class TestDataElementModificationTracker

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.test.TestDataElementModificationTracker
Direct Known Subclasses:
TestDataElementKeywordsTracker

public abstract class TestDataElementModificationTracker
extends Object


Constructor Summary
TestDataElementModificationTracker(org.eclipse.uml2.NamedElement a_element, String a_name)
           
 
Method Summary
protected  String constructString()
           
 org.eclipse.uml2.NamedElement getElement()
           
protected  boolean isModified()
           
protected  void setModified(boolean m_modified)
           
 String toString()
           
abstract  void updateState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDataElementModificationTracker

public TestDataElementModificationTracker(org.eclipse.uml2.NamedElement a_element,
                                          String a_name)
Method Detail

updateState

public abstract void updateState()

toString

public final String toString()

constructString

protected String constructString()

getElement

public org.eclipse.uml2.NamedElement getElement()

isModified

protected final boolean isModified()
Returns:
Returns the m_modified.

setModified

protected final void setModified(boolean m_modified)
Parameters:
m_modified - The m_modified to set.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.