ptolemy.data.properties.lattice.dimensionSystem
Class Acceleration

java.lang.Object
  extended by ptolemy.data.properties.Property
      extended by ptolemy.data.properties.lattice.LatticeProperty
          extended by ptolemy.data.properties.lattice.dimensionSystem.Acceleration
All Implemented Interfaces:
java.lang.Cloneable, PropertyTerm, InequalityTerm

public class Acceleration
extends LatticeProperty

A base class representing a property.

Since:
Ptolemy II 7.1
Version:
$Id: Acceleration.java 55752 2009-09-22 15:05:10Z cshelton $
Author:
Man-Kit Leung
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (neuendor)

Field Summary
 
Fields inherited from class ptolemy.data.properties.lattice.LatticeProperty
_lattice
 
Fields inherited from class ptolemy.data.properties.Property
_name
 
Constructor Summary
Acceleration(PropertyLattice lattice)
           
 
Method Summary
 
Methods inherited from class ptolemy.data.properties.lattice.LatticeProperty
clone, equals, getAssociatedObject, getConstants, getPropertyLattice, getValue, getVariables, initialize, isAbstract, isCompatible, isConstant, isEffective, isInstantiable, isSettable, isSubstitutionInstance, isValueAcceptable, setEffective, setValue, toString
 
Methods inherited from class ptolemy.data.properties.Property
getColor, isAcceptableSolution, setColor
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Acceleration

public Acceleration(PropertyLattice lattice)