Class SegmentInfo
- java.lang.Object
-
- net.sf.okapi.steps.repetitionanalysis.SegmentInfo
-
public class SegmentInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SegmentInfo()SegmentInfo(String tuid, String groupId, String segId)SegmentInfo(Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetGroupId()StringgetSegId()StringgetTuid()inthashCode()voidsetGroupId(String groupId)voidsetSegId(String segId)voidsetTuid(String tuid)
-