|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.graphdrawing.graphml.impl.EdgeTypeImpl
public class EdgeTypeImpl
An implementation of the model object 'Edge Type'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected EList<DataType> |
data
The cached value of the ' Data ' containment reference list. |
protected String |
desc
The cached value of the ' Desc ' attribute. |
protected static String |
DESC_EDEFAULT
The default value of the ' Desc ' attribute. |
protected boolean |
directed
The cached value of the ' Directed ' attribute. |
protected static boolean |
DIRECTED_EDEFAULT
The default value of the ' Directed ' attribute. |
protected boolean |
directedESet
This is true if the Directed attribute has been set. |
protected GraphType |
graph
The cached value of the ' Graph ' containment reference. |
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected String |
source
The cached value of the ' Source ' attribute. |
protected static String |
SOURCE_EDEFAULT
The default value of the ' Source ' attribute. |
protected String |
sourceport
The cached value of the ' Sourceport ' attribute. |
protected static String |
SOURCEPORT_EDEFAULT
The default value of the ' Sourceport ' attribute. |
protected String |
target
The cached value of the ' Target ' attribute. |
protected static String |
TARGET_EDEFAULT
The default value of the ' Target ' attribute. |
protected String |
targetport
The cached value of the ' Targetport ' attribute. |
protected static String |
TARGETPORT_EDEFAULT
The default value of the ' Targetport ' attribute. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
EdgeTypeImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetGraph(GraphType newGraph,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
EList<DataType> |
getData()
|
String |
getDesc()
|
GraphType |
getGraph()
|
String |
getId()
|
String |
getSource()
|
String |
getSourceport()
|
String |
getTarget()
|
String |
getTargetport()
|
boolean |
isDirected()
|
boolean |
isSetDirected()
|
void |
setDesc(String newDesc)
|
void |
setDirected(boolean newDirected)
|
void |
setGraph(GraphType newGraph)
|
void |
setId(String newId)
|
void |
setSource(String newSource)
|
void |
setSourceport(String newSourceport)
|
void |
setTarget(String newTarget)
|
void |
setTargetport(String newTargetport)
|
String |
toString()
|
void |
unsetDirected()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String DESC_EDEFAULT
Desc
' attribute.
getDesc()
protected String desc
Desc
' attribute.
getDesc()
protected EList<DataType> data
Data
' containment reference list.
getData()
protected GraphType graph
Graph
' containment reference.
getGraph()
protected static final boolean DIRECTED_EDEFAULT
Directed
' attribute.
isDirected()
,
Constant Field Valuesprotected boolean directed
Directed
' attribute.
isDirected()
protected boolean directedESet
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
protected static final String SOURCE_EDEFAULT
Source
' attribute.
getSource()
protected String source
Source
' attribute.
getSource()
protected static final String SOURCEPORT_EDEFAULT
Sourceport
' attribute.
getSourceport()
protected String sourceport
Sourceport
' attribute.
getSourceport()
protected static final String TARGET_EDEFAULT
Target
' attribute.
getTarget()
protected String target
Target
' attribute.
getTarget()
protected static final String TARGETPORT_EDEFAULT
Targetport
' attribute.
getTargetport()
protected String targetport
Targetport
' attribute.
getTargetport()
Constructor Detail |
---|
protected EdgeTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getDesc()
getDesc
in interface EdgeType
EdgeType.setDesc(String)
,
GraphMLPackage.getEdgeType_Desc()
public void setDesc(String newDesc)
setDesc
in interface EdgeType
newDesc
- the new value of the 'Desc' attribute.EdgeType.getDesc()
public EList<DataType> getData()
getData
in interface EdgeType
GraphMLPackage.getEdgeType_Data()
public GraphType getGraph()
getGraph
in interface EdgeType
EdgeType.setGraph(GraphType)
,
GraphMLPackage.getEdgeType_Graph()
public NotificationChain basicSetGraph(GraphType newGraph, NotificationChain msgs)
public void setGraph(GraphType newGraph)
setGraph
in interface EdgeType
newGraph
- the new value of the 'Graph' containment reference.EdgeType.getGraph()
public boolean isDirected()
isDirected
in interface EdgeType
EdgeType.isSetDirected()
,
EdgeType.unsetDirected()
,
EdgeType.setDirected(boolean)
,
GraphMLPackage.getEdgeType_Directed()
public void setDirected(boolean newDirected)
setDirected
in interface EdgeType
newDirected
- the new value of the 'Directed' attribute.EdgeType.isSetDirected()
,
EdgeType.unsetDirected()
,
EdgeType.isDirected()
public void unsetDirected()
unsetDirected
in interface EdgeType
EdgeType.isSetDirected()
,
EdgeType.isDirected()
,
EdgeType.setDirected(boolean)
public boolean isSetDirected()
isSetDirected
in interface EdgeType
EdgeType.unsetDirected()
,
EdgeType.isDirected()
,
EdgeType.setDirected(boolean)
public String getId()
getId
in interface EdgeType
EdgeType.setId(String)
,
GraphMLPackage.getEdgeType_Id()
public void setId(String newId)
setId
in interface EdgeType
newId
- the new value of the 'Id' attribute.EdgeType.getId()
public String getSource()
getSource
in interface EdgeType
EdgeType.setSource(String)
,
GraphMLPackage.getEdgeType_Source()
public void setSource(String newSource)
setSource
in interface EdgeType
newSource
- the new value of the 'Source' attribute.EdgeType.getSource()
public String getSourceport()
getSourceport
in interface EdgeType
EdgeType.setSourceport(String)
,
GraphMLPackage.getEdgeType_Sourceport()
public void setSourceport(String newSourceport)
setSourceport
in interface EdgeType
newSourceport
- the new value of the 'Sourceport' attribute.EdgeType.getSourceport()
public String getTarget()
getTarget
in interface EdgeType
EdgeType.setTarget(String)
,
GraphMLPackage.getEdgeType_Target()
public void setTarget(String newTarget)
setTarget
in interface EdgeType
newTarget
- the new value of the 'Target' attribute.EdgeType.getTarget()
public String getTargetport()
getTargetport
in interface EdgeType
EdgeType.setTargetport(String)
,
GraphMLPackage.getEdgeType_Targetport()
public void setTargetport(String newTargetport)
setTargetport
in interface EdgeType
newTargetport
- the new value of the 'Targetport' attribute.EdgeType.getTargetport()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |