gov.nih.nci.common.query.impl
Class AssociationCriterionImpl
java.lang.Object
gov.nih.nci.common.query.impl.AssociationCriterionImpl
- All Implemented Interfaces:
- AssociationCriterion, java.io.Serializable
public class AssociationCriterionImpl
- extends java.lang.Object
- implements AssociationCriterion, java.io.Serializable
- Author:
- Joshua Phillips
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
query
protected Query query
negative
protected boolean negative
AssociationCriterionImpl
public AssociationCriterionImpl(java.lang.String p_name,
Query p_query,
boolean p_negative)
getName
public java.lang.String getName()
- Specified by:
getName in interface AssociationCriterion
getQuery
public Query getQuery()
- Specified by:
getQuery in interface AssociationCriterion
main
public static void main(java.lang.String[] args)
getNegative
public boolean getNegative()
- Specified by:
getNegative in interface AssociationCriterion