Uses of Class
net.sf.okapi.common.annotation.IssueType
-
Packages that use IssueType Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.lib.verification -
-
Uses of IssueType in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation that return IssueType Modifier and Type Method Description IssueTypeIssueAnnotation. getIssueType()static IssueTypeIssueType. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueType[]IssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.annotation with parameters of type IssueType Modifier and Type Method Description static StringIssueType. mapToITS(IssueType issueType)Maps a given Issue type to an ITS issue type.voidIssueAnnotation. setIssueType(IssueType issueType)Sets the issue type and its corresponding ITS type mapping.Constructors in net.sf.okapi.common.annotation with parameters of type IssueType Constructor Description IssueAnnotation(IssueType issueType, String comment, double severity, String segId, int srcStart, int srcEnd, int trgStart, int trgEnd, List<Code> codes) -
Uses of IssueType in net.sf.okapi.lib.verification
Methods in net.sf.okapi.lib.verification that return IssueType Modifier and Type Method Description IssueTypeIssue. getIssueType()Methods in net.sf.okapi.lib.verification with parameters of type IssueType Modifier and Type Method Description voidAbstractChecker. addAnnotation(TextContainer tc, String segId, IssueType issueType, String comment, int srcStart, int srcEnd, int trgStart, int trgEnd, double severity, List<Code> codes)voidAbstractChecker. addAnnotation(TextContainer tc, String segId, IssueType issueType, String comment, int srcStart, int srcEnd, int trgStart, int trgEnd, double severity, List<Code> codes, String itsType)voidAbstractChecker. addAnnotationAndReportIssue(IssueType issueType, ITextUnit tu, TextContainer tc, String segId, String comment, int srcStart, int srcEnd, int trgStart, int trgEnd, double severity, String srcOri, String trgOri, List<Code> codes)voidAbstractChecker. addAnnotationAndReportIssue(IssueType issueType, ITextUnit tu, TextContainer tc, String segId, String comment, int srcStart, int srcEnd, int trgStart, int trgEnd, double severity, String srcOri, String trgOri, List<Code> codes, String itsType)voidAbstractChecker. reportIssue(IssueType issueType, ITextUnit tu, String segId, String message, int srcStart, int srcEnd, int trgStart, int trgEnd, double severity, String srcOri, String trgOri, List<Code> codes)Constructors in net.sf.okapi.lib.verification with parameters of type IssueType Constructor Description Issue(URI docId, String subDocId, IssueType issueType, String tuId, String segId, String message, int srcStart, int srcEnd, int trgStart, int trgEnd, double severity, String tuName)
-