jsdsi
Class AllTag

java.lang.Object
  |
  +--jsdsi.Obj
        |
        +--jsdsi.Tag
              |
              +--jsdsi.AllTag

public class AllTag
extends Tag


Constructor Summary
AllTag()
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
(package private)  boolean implies(Tag that)
           
 
Methods inherited from class jsdsi.Tag
intersect
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTag

public AllTag()
Method Detail

implies

boolean implies(Tag that)
Overrides:
implies in class Tag

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class Tag