ponderToolkit.compiler.codeGen.interfaces.constraints
Interface SystemConstraintI

All Superinterfaces:
ConstraintI
All Known Implementing Classes:
SystemConstraint

public interface SystemConstraintI
extends ConstraintI

Function: Models a System Constraint: An arbitrary constraint on the system.


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