|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordWrapper | |
---|---|
NPTLab |
Uses of CoordWrapper in NPTLab |
---|
Subclasses of CoordWrapper in NPTLab | |
---|---|
class |
CoordWrapperUserMap
Class that creates a map specific for the user for each location containing the time spent at each location in a given day. |
Fields in NPTLab with type parameters of type CoordWrapper | |
---|---|
static java.util.Set<CoordWrapper> |
CoordSet.GlobalSet
|
Methods in NPTLab that return CoordWrapper | |
---|---|
static CoordWrapper |
CoordWrapper.createCoordWrap(core.Coord c)
Method to Create CW with coord calling the private constructor |
static CoordWrapper |
CoordWrapper.createDummyCoordWrap(core.Coord c)
Method to create a DummyCW with coord calling the private constructor |
CoordWrapper |
CoordWrapperUserMap.getCw()
Returns the CoordWrapper for this instance of the map |
static CoordWrapper |
CoordSet.getCw(core.Coord c)
Returns a new CW if the cw is not contained in global set or the CW itself if it's contained, all based on passed coordinates |
Methods in NPTLab with parameters of type CoordWrapper | |
---|---|
static boolean |
CoordSet.addCw(CoordWrapper cw)
Adds a CoordWrapper to the set if not already contained |
static boolean |
CoordSet.contains(CoordWrapper CW)
Checks if the global set already contains a Coord |
static CoordWrapperUserMap |
CoordWrapperUserMap.createCoordWrapUserMap(CoordWrapper cwUser)
Creates a CoordWrapUserMap |
CoordWrapperUserMap |
CoordSetUser.getCwumByCw(CoordWrapper cw)
Returns the CoordWrapperUserMap object that contains the givent CoordWrap element |
void |
CoordWrapperUserMap.setCw(CoordWrapper cwCorrectId)
Sets the CoordWrapper |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |