etomica.api
Interface IAtomKinetic

All Superinterfaces:
IAtom
All Known Subinterfaces:
IAtomOrientedKinetic
All Known Implementing Classes:
AtomLeafDynamic, AtomOrientedDynamic

public interface IAtomKinetic
extends IAtom

Interface for an atom that holds vectors for velocity.


Method Summary
 IVectorMutable getVelocity()
          Returns the velocity of the IAtom.
 
Methods inherited from interface etomica.api.IAtom
getIndex, getLeafIndex, getParentGroup, getPosition, getType, setIndex, setLeafIndex, setParent
 

Method Detail

getVelocity

IVectorMutable getVelocity()
Returns the velocity of the IAtom. Modifying the returned IVector will alter the IAtom's velocity.