net.jinx.physics
Interface Tag

All Known Implementing Classes:
BigMassTag, CenterOfGravityTag, CollisionTag, DecayTag, SphereCollisionTag, SpringTag

public interface Tag

Tag associates data specific to a particular Force with a Physical object. This serves a dual purpose: if a Tag associated with a Force is found tagged to a Physical, then that Force can safely assume it needs to do something with that Physical.


Method Summary
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()