|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.graphics.heprep.corbavalue.HepRepTreeIDAdapter hep.graphics.heprep.corbavalue.HepRepInstanceTreeAdapter
Field Summary | |
static String |
cvsId
|
Constructor Summary | |
HepRepInstanceTreeAdapter(HepRepInstanceTree hepRepInstanceTree)
|
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. |
boolean |
equals(Object o)
|
List |
getInstances()
Returns a collection of instances. |
List |
getInstanceTreeList()
Returns a collection of associated instance trees. |
Set |
getInstanceTrees()
Returns a collection of associated instance trees. |
HepRepTreeID |
getTypeTree()
Returns the associated typetree. |
int |
hashCode()
|
void |
overlay(HepRepInstanceTree instanceTree)
Overlays the instance tree on the current tree. |
void |
removeInstance(HepRepInstance instance)
Removes an instance from this instancetree. |
String |
toString()
|
Methods inherited from class hep.graphics.heprep.corbavalue.HepRepTreeIDAdapter |
getName, getQualifier, getVersion, setQualifier |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface hep.graphics.heprep.HepRepTreeID |
getName, getQualifier, getVersion, setQualifier |
Field Detail |
public static final String cvsId
Constructor Detail |
public HepRepInstanceTreeAdapter(HepRepInstanceTree hepRepInstanceTree)
Method Detail |
public void overlay(HepRepInstanceTree instanceTree)
HepRepInstanceTree
overlay
in interface HepRepInstanceTree
public HepRepInstanceTree copy(HepRepTypeTree typeTree) throws CloneNotSupportedException
HepRepInstanceTree
copy
in interface HepRepInstanceTree
CloneNotSupportedException
- if copying is not possible.public HepRepInstanceTree copy(HepRepTypeTree typeTree, HepRepSelectFilter filter) throws CloneNotSupportedException
HepRepInstanceTree
copy
in interface HepRepInstanceTree
filter
- to filter the instances.
CloneNotSupportedException
- if copying is not possible.public List getInstances()
HepRepInstanceTree
getInstances
in interface HepRepInstanceTree
public void addInstance(HepRepInstance instance) throws UnsupportedOperationException
HepRepInstanceTree
addInstance
in interface HepRepInstanceTree
instance
- to be added.
UnsupportedOperationException
public void addInstanceTree(HepRepTreeID instanceTree) throws UnsupportedOperationException
HepRepInstanceTree
addInstanceTree
in interface HepRepInstanceTree
instanceTree
- related instancetree.
UnsupportedOperationException
public void removeInstance(HepRepInstance instance) throws UnsupportedOperationException
HepRepInstanceTree
removeInstance
in interface HepRepInstanceTree
instance
- to be removed.
UnsupportedOperationException
public HepRepTreeID getTypeTree()
HepRepInstanceTree
getTypeTree
in interface HepRepInstanceTree
public Set getInstanceTrees()
HepRepInstanceTree
getInstanceTrees
in interface HepRepInstanceTree
public List getInstanceTreeList()
HepRepInstanceTree
getInstanceTreeList
in interface HepRepInstanceTree
public String toString()
public boolean equals(Object o)
equals
in class HepRepTreeIDAdapter
public int hashCode()
hashCode
in class HepRepTreeIDAdapter
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |