net.sourceforge.toscanaj.model.manyvaluedcontext
Interface WritableManyValuedContext

All Superinterfaces:
ManyValuedContext
All Known Implementing Classes:
ManyValuedContextImplementation

public interface WritableManyValuedContext
extends ManyValuedContext


Method Summary
 void add(Datatype type)
           
 void add(FCAElement object)
           
 void add(ManyValuedAttribute attribute)
           
 void remove(Datatype type)
           
 void remove(FCAElement object)
           
 void remove(ManyValuedAttribute attribute)
           
 void setRelationship(FCAElement object, ManyValuedAttribute attribute, Value value)
           
 void update()
           
 
Methods inherited from interface net.sourceforge.toscanaj.model.manyvaluedcontext.ManyValuedContext
getAttributes, getObjects, getRelationship, getTypes
 

Method Detail

add

public void add(FCAElement object)

add

public void add(ManyValuedAttribute attribute)

add

public void add(Datatype type)

remove

public void remove(FCAElement object)

remove

public void remove(ManyValuedAttribute attribute)

remove

public void remove(Datatype type)

setRelationship

public void setRelationship(FCAElement object,
                            ManyValuedAttribute attribute,
                            Value value)

update

public void update()


The ToscanaJ project