org.semanticweb.elk.owl.managers
Class DummyElkObjectRecycler
java.lang.Object
org.semanticweb.elk.owl.managers.DummyElkObjectRecycler
- All Implemented Interfaces:
- ElkObjectRecycler
public class DummyElkObjectRecycler
- extends Object
- implements ElkObjectRecycler
An ElkObjectRecycler that does not recycle anything and simply
returns the input ElkObject.
- Author:
- Markus Kroetzsch, "Yevgeny Kazakov"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyElkObjectRecycler
public DummyElkObjectRecycler()
recycle
public ElkObject recycle(ElkObject object)
- Description copied from interface:
ElkObjectRecycler
- Process the given
ElkObject and either return itself, or another
(previously processed) ElkObject that is structurally equivalent
to the given one.
- Specified by:
recycle in interface ElkObjectRecycler
- Parameters:
object - the input ElkObject which should be processed
- Returns:
- an
ElkObject that is structurally equivalent to the given
object
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.