org.eclipse.stp.core.internal.introspection
Class ModelDeltaStack

java.lang.Object
  extended by org.eclipse.stp.core.internal.introspection.ModelDeltaStack

public class ModelDeltaStack
extends java.lang.Object

A simple stack for dealing with AnnouncementTypeEnums

Since:
1.0

Constructor Summary
ModelDeltaStack()
           
 
Method Summary
 boolean isEmpty()
           
 IModelQuery peek()
           
 IModelQuery pop()
           
 void push(IModelQuery aFeature)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelDeltaStack

public ModelDeltaStack()
Method Detail

push

public void push(IModelQuery aFeature)

peek

public IModelQuery peek()

pop

public IModelQuery pop()

isEmpty

public boolean isEmpty()