|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FLibrary
Method Summary | |
---|---|
FFunction |
findFunction(java.lang.String id)
Returns the sub library with the supplied usage name. |
FLibrary |
findSub(java.lang.String id)
Returns the sub library with the supplied usage name. |
org.eclipse.emf.common.util.EList<FFunction> |
getFunctions()
Returns the value of the 'Functions' containment reference list. |
org.eclipse.emf.common.util.EList<FLibrary> |
getSubs()
Returns the value of the 'Subs' containment reference list. |
Methods inherited from interface org.metaabm.SNamed |
---|
getDescription, getPluralLabel, references, setDescription, setPluralLabel |
Methods inherited from interface org.metaabm.IID |
---|
getID, getLabel, setID, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<FFunction> getFunctions()
FFunction
.
If the meaning of the 'Functions' containment reference list isn't clear, there really should be more of a description here...
MetaABMFunctionPackage.getFLibrary_Functions()
org.eclipse.emf.common.util.EList<FLibrary> getSubs()
FLibrary
.
If the meaning of the 'Subs' reference list isn't clear, there really should be more of a description here...
MetaABMFunctionPackage.getFLibrary_Subs()
FFunction findFunction(java.lang.String id)
FLibrary findSub(java.lang.String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |