pl.edu.agh.cast.model.mapper.internal
Class XMLRemover

java.lang.Object
  extended by pl.edu.agh.cast.model.mapper.internal.AbstractRemover
      extended by pl.edu.agh.cast.model.mapper.internal.XMLRemover
All Implemented Interfaces:
Remover

public class XMLRemover
extends AbstractRemover

The XML implementation of the Remover interface.

Author:
AGH CAST Team

Field Summary
 
Fields inherited from class pl.edu.agh.cast.model.mapper.internal.AbstractRemover
log, primaryObject
 
Constructor Summary
XMLRemover(Mappable object, org.eclipse.core.resources.IProject project)
          The parameterized constructor.
 
Method Summary
 boolean remove()
          The method which removes the model.
 
Methods inherited from class pl.edu.agh.cast.model.mapper.internal.AbstractRemover
removeDataSetFromModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRemover

public XMLRemover(Mappable object,
                  org.eclipse.core.resources.IProject project)
The parameterized constructor.

Parameters:
object - The object to remove.
project - The project the object belongs to.
Method Detail

remove

public boolean remove()
The method which removes the model.

Returns:
True if the model was removed.
See Also:
Remover.remove()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.