Uses of Interface
bexee.model.expression.Expression

Packages that use Expression
bexee.model.expression This package contains all interfaces representing BPEL expressions as specified in the bpel4ws.xsd XML Schema.  
bexee.model.expression.impl This package contains default implementations of the interfaces from the bexee.model.expression package. 
 

Uses of Expression in bexee.model.expression
 

Subinterfaces of Expression in bexee.model.expression
 interface BooleanExpression
          Representation of a boolean expression.
 interface DeadlineExpression
          Representation of a deadline expression.
 interface DurationExpression
          Representation of a duration expression.
 

Uses of Expression in bexee.model.expression.impl
 

Classes in bexee.model.expression.impl that implement Expression
 class BooleanExpressionImpl
          A default implementation of the BooleanExpression.
 class DeadlineExpressionImpl
          A default implementation of the DeadlineExpression.
 class DurationExpressionImpl
          A default implementation of the DurationExpression.
 class ExpressionImpl
          Abstract superclass to be used by all expression implementations.
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.