|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HepRepInstanceTree
HepRepInstanceTree interface.
Method Summary | |
---|---|
void |
addInstance(HepRepInstance instance)
Adds an instance to this instancetree. |
void |
addInstanceTree(HepRepTreeID instanceTree)
Adds a related instance tree to this instancetree. |
HepRepInstanceTree |
copy(HepRepTypeTree typeTree)
Returns a deep copy of this instancetree. |
HepRepInstanceTree |
copy(HepRepTypeTree typeTree,
HepRepSelectFilter filter)
Returns a deep copy of this instancetree. |
List |
getInstances()
Returns a collection of instances. |
List |
getInstanceTreeList()
Returns a collection of associated instance trees. |
Set |
getInstanceTrees()
Deprecated. use getInstanveTreeList() |
HepRepTreeID |
getTypeTree()
Returns the associated typetree. |
void |
overlay(HepRepInstanceTree instanceTree)
Overlays the instance tree on the current tree. |
void |
removeInstance(HepRepInstance instance)
Removes an instance from this instancetree. |
Methods inherited from interface hep.graphics.heprep.HepRepTreeID |
---|
getName, getQualifier, getVersion, setQualifier |
Method Detail |
---|
void overlay(HepRepInstanceTree instanceTree)
instanceTree
- tree to overlayvoid addInstance(HepRepInstance instance)
instance
- to be added.void removeInstance(HepRepInstance instance)
instance
- to be removed.List getInstances()
void addInstanceTree(HepRepTreeID instanceTree)
instanceTree
- related instancetree.Set getInstanceTrees()
List getInstanceTreeList()
HepRepTreeID getTypeTree()
HepRepInstanceTree copy(HepRepTypeTree typeTree) throws CloneNotSupportedException
typeTree
- associated type tree.
CloneNotSupportedException
- if copying is not possible.HepRepInstanceTree copy(HepRepTypeTree typeTree, HepRepSelectFilter filter) throws CloneNotSupportedException
typeTree
- associated type tree.filter
- to filter the instances.
CloneNotSupportedException
- if copying is not possible.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |