Uses of Class
webservices.Exp

Packages that use Exp
webservices   
 

Uses of Exp in webservices
 

Subclasses of Exp in webservices
 class ExpLZ77
          Java class for expLZ77 complex type.
 class ExpTypSeq
          Java class for expTypSeq complex type.
 class ExpTypSeqProf
          Java class for expTypSeqProf complex type.
 

Fields in webservices declared as Exp
protected  Exp ComputeExpIndexesExp1Response._return
           
protected  Exp ComputeExpIndexesExpResponse._return
           
protected  Exp ComputeExpIndexesExp.arg0
           
protected  Exp SubSeqBaseNum.arg0
           
 

Methods in webservices that return Exp
 Exp ExpProcessorServ.computeExpIndexesExp(Exp arg0)
           
 Exp ExpProcessorServ.computeExpIndexesExp1(java.lang.String arg0)
           
 Exp ComputeExpIndexesExp.getArg0()
          Gets the value of the arg0 property.
 Exp SubSeqBaseNum.getArg0()
          Gets the value of the arg0 property.
 Exp ComputeExpIndexesExp1Response.getReturn()
          Gets the value of the return property.
 Exp ComputeExpIndexesExpResponse.getReturn()
          Gets the value of the return property.
 

Methods in webservices with parameters of type Exp
 Exp ExpProcessorServ.computeExpIndexesExp(Exp arg0)
           
 void ComputeExpIndexesExp.setArg0(Exp value)
          Sets the value of the arg0 property.
 void SubSeqBaseNum.setArg0(Exp value)
          Sets the value of the arg0 property.
 void ComputeExpIndexesExp1Response.setReturn(Exp value)
          Sets the value of the return property.
 void ComputeExpIndexesExpResponse.setReturn(Exp value)
          Sets the value of the return property.
 java.util.List<java.lang.Integer> ExpProcessorServ.subSeqBaseNum(Exp arg0, int arg1, int arg2)