de.uka.ipd.sdq.pcm.gmf.usage.navigator
Class PalladioComponentModelNavigatorItem

java.lang.Object
  extended by PlatformObject
      extended by de.uka.ipd.sdq.pcm.gmf.usage.navigator.PalladioComponentModelAbstractNavigatorItem
          extended by de.uka.ipd.sdq.pcm.gmf.usage.navigator.PalladioComponentModelNavigatorItem

public class PalladioComponentModelNavigatorItem
extends PalladioComponentModelAbstractNavigatorItem


Constructor Summary
PalladioComponentModelNavigatorItem(View view, Object parent, boolean isLeaf)
           
 
Method Summary
 boolean equals(Object obj)
           
 View getView()
           
 int hashCode()
           
 boolean isLeaf()
           
 
Methods inherited from class de.uka.ipd.sdq.pcm.gmf.usage.navigator.PalladioComponentModelAbstractNavigatorItem
getParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PalladioComponentModelNavigatorItem

public PalladioComponentModelNavigatorItem(View view,
                                           Object parent,
                                           boolean isLeaf)
Method Detail

getView

public View getView()

isLeaf

public boolean isLeaf()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()