Class Expression


  • public class Expression
    extends LatticeOntologyAdapter
    The default adapter class for ptolemy.actor.lib.Expression.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Charles Shelton
    Pt.AcceptedRating:
    Red (cshelton)
    Pt.ProposedRating:
    Red (cshelton)
    • Method Detail

      • constraintList

        public java.util.List<Inequality> constraintList()
                                                  throws IllegalActionException
        Return the list of constraints for the Expression actor. The only constraint specified is that the ontology concept applied to the output port of the actor must be greater than or equal to the concept applied to the expression evaluated in the actor.
        Overrides:
        constraintList in class LatticeOntologyAdapter
        Returns:
        The list of constraints for this adapter.
        Throws:
        IllegalActionException - If there is an error creating the constraint list.