Uses of Interface
de.cau.cs.kieler.quartz.editor.quartz.InterfaceList

Packages that use InterfaceList
de.cau.cs.kieler.quartz.editor.quartz   
de.cau.cs.kieler.quartz.editor.quartz.impl   
de.cau.cs.kieler.quartz.editor.quartz.util   
 

Uses of InterfaceList in de.cau.cs.kieler.quartz.editor.quartz
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return InterfaceList
 InterfaceList QuartzFactory.createInterfaceList()
          Returns a new object of class 'Interface List'.
 InterfaceList QModule.getIntf()
          Returns the value of the 'Intf' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return types with arguments of type InterfaceList
 EList<InterfaceList> LocStmt.getLocals()
          Returns the value of the 'Locals' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type InterfaceList
 void QModule.setIntf(InterfaceList value)
          Sets the value of the 'Intf' containment reference.
 

Uses of InterfaceList in de.cau.cs.kieler.quartz.editor.quartz.impl
 

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement InterfaceList
 class InterfaceListImpl
          An implementation of the model object 'Interface List'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as InterfaceList
protected  InterfaceList QModuleImpl.intf
          The cached value of the 'Intf' containment reference.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl with type parameters of type InterfaceList
protected  EList<InterfaceList> LocStmtImpl.locals
          The cached value of the 'Locals' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return InterfaceList
 InterfaceList QuartzFactoryImpl.createInterfaceList()
           
 InterfaceList QModuleImpl.getIntf()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type InterfaceList
 EList<InterfaceList> LocStmtImpl.getLocals()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type InterfaceList
 NotificationChain QModuleImpl.basicSetIntf(InterfaceList newIntf, NotificationChain msgs)
           
 void QModuleImpl.setIntf(InterfaceList newIntf)
           
 

Uses of InterfaceList in de.cau.cs.kieler.quartz.editor.quartz.util
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type InterfaceList
 T QuartzSwitch.caseInterfaceList(InterfaceList object)
          Returns the result of interpreting the object as an instance of 'Interface List'.