Package org.aksw.palmetto.subsets
Class AllAll
- java.lang.Object
-
- org.aksw.palmetto.subsets.AllAll
-
- All Implemented Interfaces:
Segmentator
@Deprecated public class AllAll extends Object implements Segmentator
Deprecated.since it does not follow the naming convention. Use SetSet instead.- Author:
- Michael Röder (michael.roeder@uni-paderborn.de)
-
-
Constructor Summary
Constructors Constructor Description AllAll()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.SegmentationDefinitiongetSubsetDefinition(int wordsetSize)Deprecated.
-
-
-
Method Detail
-
getSubsetDefinition
public SegmentationDefinition getSubsetDefinition(int wordsetSize)
Deprecated.- Specified by:
getSubsetDefinitionin interfaceSegmentator
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceSegmentator
-
-