|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.library.executor.AbstractExecutorProperty
org.eclipse.ocl.examples.library.executor.ExecutorProperty
org.eclipse.ocl.examples.library.executor.ExecutorPropertyWithImplementation
public class ExecutorPropertyWithImplementation
Field Summary | |
---|---|
protected LibraryProperty |
implementation
|
Fields inherited from class org.eclipse.ocl.examples.library.executor.AbstractExecutorProperty |
---|
executorType, name, opposite, propertyIndex |
Constructor Summary | |
---|---|
ExecutorPropertyWithImplementation(java.lang.String name,
DomainInheritance executorType,
int propertyIndex,
LibraryProperty implementation)
|
Method Summary | |
---|---|
LibraryProperty |
getImplementation()
Return the implementation of this feature. |
Methods inherited from class org.eclipse.ocl.examples.library.executor.AbstractExecutorProperty |
---|
getDefaultExpression, getInheritance, getName, getOpposite, getOwningType, getType, getTypeId, initValue, isStatic, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@NonNull protected final LibraryProperty implementation
Constructor Detail |
---|
public ExecutorPropertyWithImplementation(@NonNull java.lang.String name, @NonNull DomainInheritance executorType, int propertyIndex, @NonNull LibraryProperty implementation)
Method Detail |
---|
@NonNull public LibraryProperty getImplementation()
DomainFeature
getImplementation
in interface DomainFeature
getImplementation
in class ExecutorProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |