ptolemy.data.properties.lattice.logicalAND.domains.continuous.lib
Class EventSource

java.lang.Object
  extended by ptolemy.data.properties.PropertyHelper
      extended by ptolemy.data.properties.lattice.PropertyConstraintHelper
          extended by ptolemy.data.properties.lattice.logicalAND.actor.AtomicActor
              extended by ptolemy.data.properties.lattice.logicalAND.domains.continuous.lib.EventSource

Deprecated. Use DiscreteClock

public class EventSource
extends AtomicActor

A helper class for ptolemy.actor.lib.EventSource.

Since:
Ptolemy II 7.1
Version:
$Id: EventSource.java 54721 2009-06-26 22:32:23Z cxh $
Author:
Man-Kit Leung
Accepted Rating:
Red (mankit)
Proposed Rating:
Red (mankit)

Nested Class Summary
 
Nested classes/interfaces inherited from class ptolemy.data.properties.lattice.PropertyConstraintHelper
PropertyConstraintHelper.Inequality
 
Nested classes/interfaces inherited from class ptolemy.data.properties.PropertyHelper
PropertyHelper.Channel
 
Field Summary
 
Fields inherited from class ptolemy.data.properties.lattice.PropertyConstraintHelper
_lattice, _ownConstraints, _subHelperConstraints, _useDefaultConstraints, interconnectConstraintType
 
Fields inherited from class ptolemy.data.properties.PropertyHelper
_annotationEvaluator, _solver
 
Constructor Summary
EventSource(PropertyConstraintSolver solver, EventSource actor)
          Deprecated. Construct a EventSource helper for the logicalAND ontology.
 
Method Summary
 java.util.List<PropertyConstraintHelper.Inequality> constraintList()
          Deprecated. Return the list of constraints that specifies the analysis for the EventSource actor.
 
Methods inherited from class ptolemy.data.properties.lattice.logicalAND.actor.AtomicActor
_getPropertyableAttributes
 
Methods inherited from class ptolemy.data.properties.lattice.PropertyConstraintHelper
_addDefaultConstraints, _addSubHelperConstraints, _annotationEvaluator, _constraintAttributes, _constraintObject, _constraintObject, _getConstraintedPorts, _getConstraintingPorts, _getSubHelpers, _setAtLeast, _setConnectionConstraintType, _setEffectiveTerms, _union, getConstraintingTerms, getPropertyables, getPropertyTerm, getSolver, isAnnotated, isConstraintSource, setAtLeast, setAtLeast, setAtLeastByDefault, setAtLeastManualAnnotation, setAtMost, setAtMost, setSameAs, setSameAsByDefault, setSameAsManualAnnotation
 
Methods inherited from class ptolemy.data.properties.PropertyHelper
_getASTNodeHelpers, _getAttributeParseTrees, _getSinkPortList, _getSourcePortList, getComponent, getContainerEntity, getName, getParseTree, getPropertyables, putAttribute, reinitialize, setComponent, setEquals, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventSource

public EventSource(PropertyConstraintSolver solver,
                   EventSource actor)
            throws IllegalActionException
Deprecated. 
Construct a EventSource helper for the logicalAND ontology.

Parameters:
solver - The given solver.
actor - The given EventSource actor.
Throws:
IllegalActionException - Thrown if the super class throws it.
Method Detail

constraintList

public java.util.List<PropertyConstraintHelper.Inequality> constraintList()
                                                                   throws IllegalActionException
Deprecated. 
Return the list of constraints that specifies the analysis for the EventSource actor.

Overrides:
constraintList in class PropertyConstraintHelper
Returns:
The list of constraints.
Throws:
IllegalActionException - Thrown if an error occurs when getting the elements from the lattice, reading the values from the values parameter of the EventSource actor, or the super class throws it.