Uses of Class
nl.liacs.subdisc.Attribute

Packages that use Attribute
nl.liacs.subdisc   
 

Uses of Attribute in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return Attribute
 Attribute Column.getAttribute()
           
 Attribute Condition.getAttribute()
           
 Attribute Table.getAttribute(int i)
           
 Attribute Table.getAttribute(java.lang.String theName)
           
 Attribute TargetConcept.getPrimaryTarget()
           
 Attribute TargetConcept.getSecondaryTarget()
           
 

Methods in nl.liacs.subdisc that return types with arguments of type Attribute
 java.util.ArrayList<Attribute> Table.getAttributes()
           
 java.util.ArrayList<Attribute> TargetConcept.getMultiTargets()
           
 

Methods in nl.liacs.subdisc with parameters of type Attribute
 Column Table.getColumn(Attribute theAttribute)
           
 boolean TargetConcept.isTargetAttribute(Attribute theAttribute)
           
 void TargetConcept.setPrimaryTarget(Attribute thePrimaryTarget)
           
 void TargetConcept.setSecondaryTarget(Attribute theSecondaryTarget)
           
 

Method parameters in nl.liacs.subdisc with type arguments of type Attribute
 void TargetConcept.setMultiTargets(java.util.ArrayList<Attribute> theMultiTargets)
           
 

Constructors in nl.liacs.subdisc with parameters of type Attribute
Column(Attribute theAttribute)
           
Column(Attribute theAttribute, int theNrRows)
           
Condition(Attribute theAttribute)
           
Condition(Attribute theAttribute, int theOperator)
           
 

Constructor parameters in nl.liacs.subdisc with type arguments of type Attribute
BinaryTable(Table theTable, java.util.ArrayList<Attribute> theAttributes)