Uses of Class
org.jgap.UnsupportedRepresentationException

Packages that use UnsupportedRepresentationException
org.jgap.impl   
 

Uses of UnsupportedRepresentationException in org.jgap.impl
 

Methods in org.jgap.impl that throw UnsupportedRepresentationException
 void IntegerAllele.setValueFromPersistentRepresentation(java.lang.String a_representation)
          Sets the value and internal state of this Gene from the string representation returned by a previous invocation of the getPersistentRepresentation() method.
 void BooleanAllele.setValueFromPersistentRepresentation(java.lang.String a_representation)
          Sets the value and internal state of this Gene from the string representation returned by a previous invocation of the getPersistentRepresentation() method.