Uses of Interface
org.metaabm.function.FLibrary

Packages that use FLibrary
org.metaabm.function   
org.metaabm.function.impl   
org.metaabm.function.util   
org.metaabm.function.validation   
 

Uses of FLibrary in org.metaabm.function
 

Subinterfaces of FLibrary in org.metaabm.function
 interface FImplementedLibrary
           
 

Methods in org.metaabm.function that return FLibrary
 FLibrary MetaABMFunctionFactory.createFLibrary()
          Returns a new object of class 'FLibrary'.
 FLibrary FLibrary.findSub(java.lang.String id)
          Returns the sub library with the supplied usage name.
 

Methods in org.metaabm.function that return types with arguments of type FLibrary
 org.eclipse.emf.common.util.EList<FLibrary> FLibrary.getSubs()
          Returns the value of the 'Subs' containment reference list.
 

Uses of FLibrary in org.metaabm.function.impl
 

Classes in org.metaabm.function.impl that implement FLibrary
 class FImplementedLibraryImpl
           
 class FLibraryImpl
           
 

Methods in org.metaabm.function.impl that return FLibrary
 FLibrary MetaABMFunctionFactoryImpl.createFLibrary()
           
 FLibrary FLibraryImpl.findSub(java.lang.String id)
          Returns the sub library with the supplied usage name.
 FLibrary FImplementedLibraryImpl.findSub(java.lang.String id)
          Returns the sub library with the supplied usage name.
 

Methods in org.metaabm.function.impl that return types with arguments of type FLibrary
 org.eclipse.emf.common.util.EList<FLibrary> FLibraryImpl.getSubs()
           
 org.eclipse.emf.common.util.EList<FLibrary> FImplementedLibraryImpl.getSubs()
           
 

Uses of FLibrary in org.metaabm.function.util
 

Methods in org.metaabm.function.util with parameters of type FLibrary
 T MetaABMFunctionSwitch.caseFLibrary(FLibrary object)
          Returns the result of interpreting the object as an instance of 'FLibrary'.
 

Uses of FLibrary in org.metaabm.function.validation
 

Method parameters in org.metaabm.function.validation with type arguments of type FLibrary
 boolean FLibraryValidator.validateSubs(org.eclipse.emf.common.util.EList<FLibrary> value)