public class GeneRegulationListValue extends AssignmentValue
Constructor and Description |
---|
GeneRegulationListValue(java.lang.String input)
Creates an instance of the class
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<GeneRegulation> |
getRegulations()
Obtains the set of gene regulations
|
public GeneRegulationListValue(java.lang.String input)
input
- the input to parsepublic java.util.Set<GeneRegulation> getRegulations()