net.sourceforge.toscanaj.model.manyvaluedcontext
Interface WritableManyValuedContext
- All Superinterfaces:
- ManyValuedContext
- All Known Implementing Classes:
- ManyValuedContextImplementation
- public interface WritableManyValuedContext
- extends ManyValuedContext
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