public class NetPathWalkAlgorithmImpl<TBus extends Bus,TBranch extends Branch> extends NameTagImpl implements NetPathWalkAlgorithm<TBus,TBranch>
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
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.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Modifier and Type | Field and Description |
---|---|
protected IBranchPathWalker |
branchWalker
The cached value of the '
Branch Walker ' reference. |
protected IBusPathWalker |
busWalker
The cached value of the '
Bus Walker ' reference. |
protected NetPathWalkDirectionEnum |
direction
The cached value of the '
Direction ' attribute. |
protected static NetPathWalkDirectionEnum |
DIRECTION_EDEFAULT
The default value of the '
Direction ' attribute. |
desc, DESC_EDEFAULT, id, ID_EDEFAULT, name, NAME_EDEFAULT, number, NUMBER_EDEFAULT, status, STATUS_CHANGE_INFO_EDEFAULT, STATUS_EDEFAULT, statusChangeInfo
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
copyright
Modifier | Constructor and Description |
---|---|
protected |
NetPathWalkAlgorithmImpl() |
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) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
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, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, readData, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo, writeData
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
protected static final NetPathWalkDirectionEnum DIRECTION_EDEFAULT
Direction
' attribute.
getDirection()
protected NetPathWalkDirectionEnum direction
Direction
' attribute.
getDirection()
protected IBusPathWalker busWalker
Bus Walker
' reference.
getBusWalker()
protected IBranchPathWalker branchWalker
Branch Walker
' reference.
getBranchWalker()
public 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
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class NameTagImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class NameTagImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class NameTagImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class NameTagImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class NameTagImpl
public java.lang.String toString()
toString
in class NameTagImpl