| newprocess.impl.TermImpl newprocess.impl.OperatorTermImpl
All known Subclasses: newprocess.impl.AndOperatorImpl, newprocess.impl.OrOperatorImpl,
OperatorTermImpl | public class OperatorTermImpl extends TermImpl implements OperatorTerm(Code) | |
An implementation of the model object 'Operator Term'.
The following features are implemented:
|
OperatorTermImpl | protected OperatorTermImpl()(Code) | |
|
acceptIncomingLink | public boolean acceptIncomingLink()(Code) | |
each operator must only have one incoming link.
author: sh |
eGet | public Object eGet(int featureID, boolean resolve, boolean coreType)(Code) | |
|
eIsSet | public boolean eIsSet(int featureID)(Code) | |
|
eStaticClass | protected EClass eStaticClass()(Code) | |
|
eUnset | public void eUnset(int featureID)(Code) | |
|
getExpression | public String getExpression()(Code) | | See Also: de.wilken.mod.process.impl.AbstractTermImpl.getExpression See Also: build a expression by navigation over the subterms. author: sh |
getLevel | public int getLevel()(Code) | |
get the level of this operator or 0 if not correctly linked.
author: sh |
|
|