Uses of Class
org.fosstrak.ale.server.Tag

Packages that use Tag
org.fosstrak.ale.server   
org.fosstrak.ale.server.readers   
org.fosstrak.ale.server.readers.hal   
org.fosstrak.ale.server.readers.llrp   
org.fosstrak.ale.server.readers.rp   
org.fosstrak.ale.server.readers.test   
 

Uses of Tag in org.fosstrak.ale.server
 

Methods in org.fosstrak.ale.server that return types with arguments of type Tag
 java.util.Set<Tag> EventCycle.getLastEventCycleTags()
          returns the set of tags from the previous EventCycle run.
 java.util.Set<Tag> EventCycle.getTags()
          This method return all tags of this event cycle.
 

Methods in org.fosstrak.ale.server with parameters of type Tag
 void Report.addTag(Tag tag)
          This method adds a tag to the report.
 void EventCycle.addTag(Tag tag)
          This method adds a tag to this event cycle.
 boolean Tag.equals(Tag tag)
           
 boolean Tag.equalsTag(Tag tag)
          comparator to check whether two tags are the same.
 

Constructors in org.fosstrak.ale.server with parameters of type Tag
Tag(Tag tag)
          constructs a tag from another existing tag.
 

Uses of Tag in org.fosstrak.ale.server.readers
 

Methods in org.fosstrak.ale.server.readers with parameters of type Tag
abstract  void BaseReader.addTag(Tag tag)
          add a tag to a reader.
 

Method parameters in org.fosstrak.ale.server.readers with type arguments of type Tag
abstract  void BaseReader.addTags(java.util.List<Tag> tags)
          add a List of tags to a reader.
 

Uses of Tag in org.fosstrak.ale.server.readers.hal
 

Methods in org.fosstrak.ale.server.readers.hal with parameters of type Tag
 void HALAdaptor.addTag(Tag tag)
          whenever a new Tag is read a notification is sent to the observers.
 

Method parameters in org.fosstrak.ale.server.readers.hal with type arguments of type Tag
 void HALAdaptor.addTags(java.util.List<Tag> tags)
          whenever new Tags are read a notification is sent to the observers.
 

Uses of Tag in org.fosstrak.ale.server.readers.llrp
 

Methods in org.fosstrak.ale.server.readers.llrp with parameters of type Tag
 void LLRPAdaptor.addTag(Tag tag)
           
 

Method parameters in org.fosstrak.ale.server.readers.llrp with type arguments of type Tag
 void LLRPAdaptor.addTags(java.util.List<Tag> tags)
           
 

Uses of Tag in org.fosstrak.ale.server.readers.rp
 

Methods in org.fosstrak.ale.server.readers.rp with parameters of type Tag
 void RPAdaptor.addTag(Tag tag)
          whenever a new Tag is read a notification is sent to the observers.
 

Method parameters in org.fosstrak.ale.server.readers.rp with type arguments of type Tag
 void RPAdaptor.addTags(java.util.List<Tag> tags)
          whenever new Tags are read a notification is sent to the observers.
 

Uses of Tag in org.fosstrak.ale.server.readers.test
 

Methods in org.fosstrak.ale.server.readers.test with parameters of type Tag
 void TestAdaptor.addTag(Tag tag)
           
 

Method parameters in org.fosstrak.ale.server.readers.test with type arguments of type Tag
 void TestAdaptor.addTags(java.util.List<Tag> tags)
           
 



Copyright © 2009. All Rights Reserved.