Package rules
Class ErrorRecord
- java.lang.Object
-
- rules.ErrorRecord
-
public class ErrorRecord extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorRecord(RulesRecord record, ErrorType type, int degree)
-
-
-
Constructor Detail
-
ErrorRecord
public ErrorRecord(RulesRecord record, ErrorType type, int degree)
-
-
Method Detail
-
getRecord
public RulesRecord getRecord()
-
getType
public ErrorType getType()
-
getDegree
public int getDegree()
-
-