Uses of Interface
net.sourceforge.toscanaj.model.manyvaluedcontext.ManyValuedAttribute

Packages that use ManyValuedAttribute
net.sourceforge.toscanaj.model.manyvaluedcontext   
 

Uses of ManyValuedAttribute in net.sourceforge.toscanaj.model.manyvaluedcontext
 

Subinterfaces of ManyValuedAttribute in net.sourceforge.toscanaj.model.manyvaluedcontext
 interface WritableManyValuedAttribute
           
 

Classes in net.sourceforge.toscanaj.model.manyvaluedcontext that implement ManyValuedAttribute
 class ManyValuedAttributeImplementation
           
 

Methods in net.sourceforge.toscanaj.model.manyvaluedcontext that return ManyValuedAttribute
 ManyValuedAttribute Criterion.getProperty()
           
 

Methods in net.sourceforge.toscanaj.model.manyvaluedcontext with parameters of type ManyValuedAttribute
 Value ManyValuedContext.getRelationship(FCAElement object, ManyValuedAttribute attribute)
           
 void WritableManyValuedContext.add(ManyValuedAttribute attribute)
           
 void WritableManyValuedContext.remove(ManyValuedAttribute attribute)
           
 void WritableManyValuedContext.setRelationship(FCAElement object, ManyValuedAttribute attribute, Value value)
           
 void ManyValuedContextImplementation.add(ManyValuedAttribute attribute)
           
 void ManyValuedContextImplementation.remove(ManyValuedAttribute attribute)
           
 void ManyValuedContextImplementation.setRelationship(FCAElement object, ManyValuedAttribute attribute, Value value)
           
 Value ManyValuedContextImplementation.getRelationship(FCAElement object, ManyValuedAttribute attribute)
           
 

Constructors in net.sourceforge.toscanaj.model.manyvaluedcontext with parameters of type ManyValuedAttribute
Criterion(ManyValuedAttribute property, ScaleColumn valueGroup)
           
 



The ToscanaJ project