public class NetPathWalkAlgorithmImpl<TBus extends Bus,TBranch extends Branch> extends NameTagImpl implements NetPathWalkAlgorithm<TBus,TBranch>
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterListcopyright| Modifier and Type | Method and Description |
|---|---|
void |
branchWalkThough(Network net,
INetVisitor netVisitor,
IBranchBVisitor braVisitor) |
void |
busWalkThough(Network net,
INetVisitor netVisitor,
IBusBVisitor busVisitor) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
IBranchPathWalker |
getBranchWalker() |
IBusPathWalker |
getBusWalker() |
NetPathWalkDirectionEnum |
getDirection() |
void |
setBranchWalker(IBranchPathWalker newBranchWalker) |
void |
setBusWalker(IBusPathWalker newBusWalker) |
void |
setDirection(NetPathWalkDirectionEnum newDirection) |
java.lang.String |
toString() |
boolean |
visit(Network<TBus,TBranch> net) |
checkData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, readData, setDesc, setId, setName, setNumber, setStatus, writeDataeAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverpublic NetPathWalkDirectionEnum getDirection()
getDirection in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>NetPathWalkDirectionEnum,
NetPathWalkAlgorithm.setDirection(NetPathWalkDirectionEnum),
PathAlgorithmPackage.getNetPathWalkAlgorithm_Direction()public void setDirection(NetPathWalkDirectionEnum newDirection)
setDirection in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>newDirection - the new value of the 'Direction' attribute.NetPathWalkDirectionEnum,
NetPathWalkAlgorithm.getDirection()public IBusPathWalker getBusWalker()
getBusWalker in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>NetPathWalkAlgorithm.setBusWalker(IBusPathWalker),
PathAlgorithmPackage.getNetPathWalkAlgorithm_BusWalker()public void setBusWalker(IBusPathWalker newBusWalker)
setBusWalker in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>newBusWalker - the new value of the 'Bus Walker' reference.NetPathWalkAlgorithm.getBusWalker()public IBranchPathWalker getBranchWalker()
getBranchWalker in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>NetPathWalkAlgorithm.setBranchWalker(IBranchPathWalker),
PathAlgorithmPackage.getNetPathWalkAlgorithm_BranchWalker()public void setBranchWalker(IBranchPathWalker newBranchWalker)
setBranchWalker in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>newBranchWalker - the new value of the 'Branch Walker' reference.NetPathWalkAlgorithm.getBranchWalker()public void busWalkThough(Network net, INetVisitor netVisitor, IBusBVisitor busVisitor)
busWalkThough in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>net - network objectnetVisitor - network visitor for the initial walk stepbusVisitor - bus visitor for the initial walk step
public void branchWalkThough(Network net, INetVisitor netVisitor, IBranchBVisitor braVisitor)
branchWalkThough in interface NetPathWalkAlgorithm<TBus extends Bus,TBranch extends Branch>net - network objectnetVisitor - network visitor for the initial walk stepbraVisitor - branch visitor for the initial walk step
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class NameTagImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class NameTagImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class NameTagImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class NameTagImplpublic java.lang.String toString()
toString in class NameTagImpl