ponderToolkit.compiler.codeGen.interfaces.constraints
Interface TargetConstraintI

All Superinterfaces:
ConstraintI
All Known Implementing Classes:
TargetConstraint

public interface TargetConstraintI
extends ConstraintI

Function: Models a Target Constraint: An arbitrary constraint on the target.


Fields inherited from interface ponderToolkit.compiler.codeGen.interfaces.constraints.ConstraintI
ACTION_CONSTRAINT, COMPOSITE_CONSTRAINT, EVENT_CONSTRAINT, LIBRARY_CALL_CONSTRAINT, SUBJECT_CONSTRAINT, SYSTEM_CONSTRAINT, TARGET_CONSTRAINT, TIME_CONSTRAINT
 
Method Summary
 ExpressionI getConstraintExpr()
          Get the constraint expression
 
Methods inherited from interface ponderToolkit.compiler.codeGen.interfaces.constraints.ConstraintI
getAnalysisCode, getString, getType
 

Method Detail

getConstraintExpr

public ExpressionI getConstraintExpr()
Get the constraint expression