|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.ecore.delegate.AbstractOCLDelegateFactory
public abstract class AbstractOCLDelegateFactory
Partial implementation of a factory of OCL delegates for Ecore features.
Field Summary | |
---|---|
protected OCLDelegateDomain |
delegateDomain
|
protected java.lang.String |
delegateURI
|
Constructor Summary | |
---|---|
protected |
AbstractOCLDelegateFactory()
Deprecated. Specify explicit delegateURI |
protected |
AbstractOCLDelegateFactory(OCLDelegateDomain delegateDomain)
Deprecated. Use String argument to avoid leak hazards |
protected |
AbstractOCLDelegateFactory(java.lang.String delegateURI)
Construct a factory for a known delegate domain. |
Method Summary | |
---|---|
protected OCLDelegateDomain |
getDelegateDomain(org.eclipse.emf.ecore.EPackage ePackage)
|
java.lang.String |
getURI()
|
protected OCLDelegateDomain |
loadDelegateDomain(org.eclipse.emf.ecore.EPackage ePackage)
Return the DelegateDomain for this package, creating one if it does not already exist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.lang.String delegateURI
protected OCLDelegateDomain delegateDomain
Constructor Detail |
---|
@Deprecated protected AbstractOCLDelegateFactory()
protected AbstractOCLDelegateFactory(java.lang.String delegateURI)
delegateDomain
- the delegate domain.@Deprecated protected AbstractOCLDelegateFactory(OCLDelegateDomain delegateDomain)
delegateDomain
- the delegate domain.Method Detail |
---|
protected OCLDelegateDomain getDelegateDomain(org.eclipse.emf.ecore.EPackage ePackage)
public java.lang.String getURI()
protected OCLDelegateDomain loadDelegateDomain(org.eclipse.emf.ecore.EPackage ePackage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |