Java 2 Platform
v1.3

edu.umich.visualsoar.parser
Class AttributeValueTest

java.lang.Object
  |
  +--edu.umich.visualsoar.parser.AttributeValueTest

public final class AttributeValueTest
extends java.lang.Object


Field Summary
(package private)  java.util.List d_attributeTests
           
(package private)  boolean d_isNegated
           
(package private)  java.util.List d_valueTests
           
 
Constructor Summary
AttributeValueTest()
           
 
Method Summary
 void add(edu.umich.visualsoar.parser.AttributeTest at)
           
 void add(edu.umich.visualsoar.parser.ValueTest vt)
           
 java.util.Iterator getAttributeTests()
           
 java.util.Iterator getValueTests()
           
 boolean isNegated()
           
 void negate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d_isNegated

boolean d_isNegated

d_attributeTests

java.util.List d_attributeTests

d_valueTests

java.util.List d_valueTests
Constructor Detail

AttributeValueTest

public AttributeValueTest()
Method Detail

negate

public final void negate()

add

public final void add(edu.umich.visualsoar.parser.AttributeTest at)

add

public final void add(edu.umich.visualsoar.parser.ValueTest vt)

getAttributeTests

public final java.util.Iterator getAttributeTests()

getValueTests

public final java.util.Iterator getValueTests()

isNegated

public final boolean isNegated()

Java 2 Platform
v1.3