net.sourceforge.toscanaj.model.manyvaluedcontext
Interface ManyValuedContext

All Known Subinterfaces:
WritableManyValuedContext
All Known Implementing Classes:
ManyValuedContextImplementation

public interface ManyValuedContext


Method Summary
 org.tockit.util.ListSet getAttributes()
           
 org.tockit.util.ListSet getObjects()
           
 Value getRelationship(FCAElement object, ManyValuedAttribute attribute)
           
 org.tockit.util.ListSet getTypes()
           
 

Method Detail

getObjects

public org.tockit.util.ListSet getObjects()

getAttributes

public org.tockit.util.ListSet getAttributes()

getTypes

public org.tockit.util.ListSet getTypes()

getRelationship

public Value getRelationship(FCAElement object,
                             ManyValuedAttribute attribute)


The ToscanaJ project