Uses of Class
edu.berkeley.guir.papier_mache.Phob

Packages that use Phob
edu.berkeley.guir.papier_mache   
edu.berkeley.guir.papier_mache.assoc   
edu.berkeley.guir.papier_mache.barcode   
edu.berkeley.guir.papier_mache.event   
edu.berkeley.guir.papier_mache.rfid   
edu.berkeley.guir.papier_mache.test   
edu.berkeley.guir.papier_mache.vision   
 

Uses of Phob in edu.berkeley.guir.papier_mache
 

Subclasses of Phob in edu.berkeley.guir.papier_mache
 class TagPhob
          Used for Phobs where the only information available is a tag ID and a source, such as RFID and barcodes.
 

Methods in edu.berkeley.guir.papier_mache that return Phob
static Phob PMacheStatePanel.getCurrentlySelectedPhob()
           
 Phob PapierMache.PhobSelectionEvent.getPhob()
           
 

Methods in edu.berkeley.guir.papier_mache with parameters of type Phob
 void PhobProducer.firePhobAddedEvent(Phob phob)
           
 void PhobProducer.firePhobUpdatedEvent(Phob phob)
           
 void PhobProducer.firePhobRemovedEvent(Phob phob)
           
 

Constructors in edu.berkeley.guir.papier_mache with parameters of type Phob
PMacheStatePanel.PhobTreeNode(Phob phob)
           
PapierMache.PhobSelectionEvent(java.awt.Component component, Phob phob)
           
 

Uses of Phob in edu.berkeley.guir.papier_mache.assoc
 

Methods in edu.berkeley.guir.papier_mache.assoc with parameters of type Phob
 AssociationElt UserAssociationFactory.createAssociationEltForPhob(Phob phob)
           
static java.lang.Class UserAssociationFactory.popupAssociationChooser(Phob phob)
          Brings out a dialog that lets the user choose which of the registered AssociationElts
 double TypeClassifier.isMemberOfClass(Phob phob)
           
 AssociationElt StringFactory.createAssociationEltForPhob(Phob phob)
           
 double SameSourceClassifier.isMemberOfClass(Phob phobToCompare)
           
abstract  double ObjectClassifier.isMemberOfClass(Phob phob)
           
 double ObjectClassifier.AcceptAllClassifier.isMemberOfClass(Phob phob)
           
 double IdentityClassifier.isMemberOfClass(Phob phobToCompare)
           
abstract  AssociationElt DefaultAssociationFactory.createAssociationEltForPhob(Phob phob)
           
 AssociationElt ClassInstanceFactory.createAssociationEltForPhob(Phob phob)
           
 AssociationElt AssociationTreeTable.createAssociationEltForPhob(Phob phob)
          Creates an AssociationElt with the factory whose associated classifier is the first to identify the phob as a member.
 AssociationElt AssociationFactory.createAssociationEltForPhob(Phob phob)
          Create an AssociationElt based on the given phob
 double AcceptAllClassifier.isMemberOfClass(Phob phob)
           
 

Constructors in edu.berkeley.guir.papier_mache.assoc with parameters of type Phob
IdentityClassifier(Phob phob)
           
 

Uses of Phob in edu.berkeley.guir.papier_mache.barcode
 

Subclasses of Phob in edu.berkeley.guir.papier_mache.barcode
 class BarcodePhob
           
 

Uses of Phob in edu.berkeley.guir.papier_mache.event
 

Methods in edu.berkeley.guir.papier_mache.event that return Phob
 Phob PhobEvent.getPhob()
           
 

Constructors in edu.berkeley.guir.papier_mache.event with parameters of type Phob
PhobEvent(PhobProducer producer, Phob phob)
           
 

Uses of Phob in edu.berkeley.guir.papier_mache.rfid
 

Subclasses of Phob in edu.berkeley.guir.papier_mache.rfid
 class RFIDPhob
          Currently, nothing more than a simple extension of TagPhob
 

Uses of Phob in edu.berkeley.guir.papier_mache.test
 

Methods in edu.berkeley.guir.papier_mache.test with parameters of type Phob
 AssociationElt MarbleAnswering.createAssociationEltForPhob(Phob phob)
           
 java.lang.String InOutRFID.rfidPhobToPerson(Phob phob)
           
 

Uses of Phob in edu.berkeley.guir.papier_mache.vision
 

Subclasses of Phob in edu.berkeley.guir.papier_mache.vision
 class VisionPhob
          A VisionPhob represents a single object found by the vision system.
 class VisionPhobCollection
          Contains a collection of VisionPhobs and provides aggregate information about the entire collection.
 

Methods in edu.berkeley.guir.papier_mache.vision with parameters of type Phob
 AssociationElt VisualAnalogueFactory.createAssociationEltForPhob(Phob phob)
           
 double SizeClassifier.isMemberOfClass(Phob phob)
           
 AssociationElt ShapeAnalogueFactory.createAssociationEltForPhob(Phob phob)
           
 double ROIClassifier.isMemberOfClass(Phob phob)
           
 double MeanColorClassifier.isMemberOfClass(Phob phob)
           
 double HeightClassifier.isMemberOfClass(Phob phob)