- All Implemented Interfaces:
Storage
public final class WithoutAliasesStorage
extends Object
implements Storage
Storage without aliases.
- Since:
- 0.4
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WithoutAliasesStorage
public WithoutAliasesStorage(Storage origin)
Constructor.
- Parameters:
origin
- Original storage.
-
Method Details
-
all
Description copied from interface: Storage
Get all XMIRs.
- Specified by:
all
in interface Storage
- Returns:
- All XMIRs
-
save
Description copied from interface: Storage
Save XMIR.
- Specified by:
save
in interface Storage
- Parameters:
xmir
- XMIR to save