de.cau.cs.kieler.krep.evalbench.program.kep
Class Data

java.lang.Object
  extended by de.cau.cs.kieler.krep.evalbench.program.kep.Identifer
      extended by de.cau.cs.kieler.krep.evalbench.program.kep.Data

public class Data
extends Identifer

Rating red
Generated:
This code was automatically generated.

Constructor Summary
Data(int val)
           
Data(String val)
           
 
Method Summary
 String encode()
           
 String info()
           
 int length()
           
 String toString()
           
 
Methods inherited from class de.cau.cs.kieler.krep.evalbench.program.kep.Identifer
encode, getId, getName, getValidName, print, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Data

public Data(String val)
     throws IllegalArgumentException
Throws:
IllegalArgumentException

Data

public Data(int val)
     throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

toString

public String toString()
Overrides:
toString in class Identifer

encode

public String encode()
Specified by:
encode in class Identifer

info

public String info()
Specified by:
info in class Identifer

length

public int length()
Specified by:
length in class Identifer