org.activemath.webapp.dict
Class RelationsPackView
java.lang.Object
org.activemath.webapp.dict.RelationsPackView
- All Implemented Interfaces:
- Cloneable
public class RelationsPackView
- extends Object
- implements Cloneable
Little bean for the manipulations of list of relations.
Currently backs every call by an MBaseRef call.
RelationsPackView
public RelationsPackView(MBaseID mbaseId,
boolean outgoing,
Predicate predicate,
MBaseRef mbaseRef)
getFoldState
public String getFoldState()
- Possible values should be folded, unfolded
setFoldState
public void setFoldState(String foldState)
- Possible values should be limited, folded, unfolded
setMbaseId
public void setMbaseId(MBaseID mbaseId)
isEmpty
public boolean isEmpty()
getCount
public int getCount()
getIterator
public Iterator getIterator()
clone
public Object clone()
- Overrides:
clone in class Object