public abstract class Judgment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Judgment.Classification |
static class |
Judgment.Method |
| Constructor and Description |
|---|
Judgment() |
| Modifier and Type | Method and Description |
|---|---|
static Judgment |
create(Judgment.Classification classification,
Judgment.Method method,
String gene,
String reason) |
abstract Judgment.Classification |
getClassification() |
abstract Judgment.Method |
getConfidence() |
abstract String |
getGene() |
abstract String |
getReason() |
public abstract Judgment.Classification getClassification()
public abstract Judgment.Method getConfidence()
public abstract String getReason()
public static Judgment create(Judgment.Classification classification, Judgment.Method method, String gene, String reason)
Copyright © 2017. All rights reserved.