|
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.corba.HepRepInstanceTreeAdapter
Field Summary | |
static String |
cvsId
|
Constructor Summary | |
HepRepInstanceTreeAdapter(HepRep heprep,
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. |
String |
getName()
Returns the name of this treeID. |
String |
getQualifier()
Returns the qualifier that qualifies the relation that this treeID has with what it refers to. |
HepRepTreeID |
getTypeTree()
Returns the associated typetree. |
String |
getVersion()
Returns the version of this treeID. |
int |
hashCode()
|
void |
overlay(HepRepInstanceTree instanceTree)
Overlays the instance tree on the current tree. |
void |
removeInstance(HepRepInstance instance)
Removes an instance from this instancetree. |
void |
setQualifier(String qualifier)
Sets the qualifier that qualifies the relation that this treeID has with what it refers to. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String cvsId
Constructor Detail |
public HepRepInstanceTreeAdapter(HepRep heprep, 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 String getQualifier()
HepRepTreeID
getQualifier
in interface HepRepTreeID
public void setQualifier(String qualifier)
HepRepTreeID
setQualifier
in interface HepRepTreeID
qualifier
- to be set.public String getName()
HepRepTreeID
getName
in interface HepRepTreeID
public String getVersion()
HepRepTreeID
getVersion
in interface HepRepTreeID
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)
public int hashCode()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |