Uses of Interface
org.eclipse.amp.axf.space.ILocation

Packages that use ILocation
org.eclipse.amp.axf.space   
org.eclipse.amp.escape.ascape.adapt   
 

Uses of ILocation in org.eclipse.amp.axf.space
 

Subinterfaces of ILocation in org.eclipse.amp.axf.space
 interface ILocation1D
          Provides all castings.
 interface ILocation2D
          Provides all castings.
 interface ILocation3D
          A marker interface.
 

Classes in org.eclipse.amp.axf.space that implement ILocation
 class Location1DDoubleAdapter
           
 class Location1DIntegerAdapter
           
 class Location2DDoubleAdapter
          A marker interface.
 class Location2DIntegerAdapter
          A marker interface.
 class Location3DDoubleAdapter
          A marker interface.
 class Location3DIntegerAdapter
          A marker interface.
 

Fields in org.eclipse.amp.axf.space declared as ILocation
static ILocation ILocation.NOT_LOCATED
           
 

Methods in org.eclipse.amp.axf.space that return ILocation
 ILocation ILocationProvider.getExtent(java.lang.Object located)
           
 ILocation ILocationProvider.getLocation(java.lang.Object located)
           
 

Uses of ILocation in org.eclipse.amp.escape.ascape.adapt
 

Methods in org.eclipse.amp.escape.ascape.adapt that return ILocation
static ILocation AscapeGEFUtils.adaptCoordinate(org.ascape.model.space.Coordinate coordinate)
           
 ILocation AscapeModelProvider.getExtent(java.lang.Object located)
           
 ILocation AscapeModelProvider.getLocation(java.lang.Object located)