de.cau.cs.kieler.synccharts.listener
Class UniqueStringCache

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.listener.UniqueStringCache

public class UniqueStringCache
extends Object

Rating red

Constructor Summary
UniqueStringCache(EObject theParent, EAttribute theAttribute)
           
 
Method Summary
 void add(String string)
           
 boolean contains(String string)
           
 EAttribute getAttribute()
           
 List<String> getList()
           
 EObject getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueStringCache

public UniqueStringCache(EObject theParent,
                         EAttribute theAttribute)
Method Detail

contains

public boolean contains(String string)

add

public void add(String string)

getList

public List<String> getList()

getParent

public EObject getParent()

getAttribute

public EAttribute getAttribute()