Package org.aksw.limes.core.util
Interface Clonable<T>
-
- All Known Subinterfaces:
ILinkSpecification,IPlan
- All Known Implementing Classes:
ExtendedLinkSpecification,LinkSpecification,NestedPlan,Plan
public interface Clonable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tclone()
-
-
-
Method Detail
-
clone
T clone()
-
-