|
||||||||||
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.NodeTypeImpl
public class NodeTypeImpl
An implementation of the model object 'Node 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 String |
desc
The cached value of the ' Desc ' attribute. |
protected static String |
DESC_EDEFAULT
The default value of the ' Desc ' attribute. |
protected GraphType |
graph
The cached value of the ' Graph ' containment reference. |
protected FeatureMap |
group
The cached value of the ' Group ' attribute list. |
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected LocatorType |
locator
The cached value of the ' Locator ' containment reference. |
protected static BigInteger |
PARSE_INDEGREE_EDEFAULT
The default value of the ' Parse Indegree ' attribute. |
protected static BigInteger |
PARSE_OUTDEGREE_EDEFAULT
The default value of the ' Parse Outdegree ' attribute. |
protected BigInteger |
parseIndegree
The cached value of the ' Parse Indegree ' attribute. |
protected BigInteger |
parseOutdegree
The cached value of the ' Parse Outdegree ' 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 |
NodeTypeImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetGraph(GraphType newGraph,
NotificationChain msgs)
|
NotificationChain |
basicSetLocator(LocatorType newLocator,
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()
|
FeatureMap |
getGroup()
|
String |
getId()
|
LocatorType |
getLocator()
|
BigInteger |
getParseIndegree()
|
BigInteger |
getParseOutdegree()
|
EList<PortType> |
getPort()
|
void |
setDesc(String newDesc)
|
void |
setGraph(GraphType newGraph)
|
void |
setId(String newId)
|
void |
setLocator(LocatorType newLocator)
|
void |
setParseIndegree(BigInteger newParseIndegree)
|
void |
setParseOutdegree(BigInteger newParseOutdegree)
|
String |
toString()
|
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 FeatureMap group
Group
' attribute list.
getGroup()
protected GraphType graph
Graph
' containment reference.
getGraph()
protected LocatorType locator
Locator
' containment reference.
getLocator()
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
protected static final BigInteger PARSE_INDEGREE_EDEFAULT
Parse Indegree
' attribute.
getParseIndegree()
protected BigInteger parseIndegree
Parse Indegree
' attribute.
getParseIndegree()
protected static final BigInteger PARSE_OUTDEGREE_EDEFAULT
Parse Outdegree
' attribute.
getParseOutdegree()
protected BigInteger parseOutdegree
Parse Outdegree
' attribute.
getParseOutdegree()
Constructor Detail |
---|
protected NodeTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getDesc()
getDesc
in interface NodeType
NodeType.setDesc(String)
,
GraphMLPackage.getNodeType_Desc()
public void setDesc(String newDesc)
setDesc
in interface NodeType
newDesc
- the new value of the 'Desc' attribute.NodeType.getDesc()
public FeatureMap getGroup()
getGroup
in interface NodeType
GraphMLPackage.getNodeType_Group()
public EList<DataType> getData()
getData
in interface NodeType
GraphMLPackage.getNodeType_Data()
public EList<PortType> getPort()
getPort
in interface NodeType
GraphMLPackage.getNodeType_Port()
public GraphType getGraph()
getGraph
in interface NodeType
NodeType.setGraph(GraphType)
,
GraphMLPackage.getNodeType_Graph()
public NotificationChain basicSetGraph(GraphType newGraph, NotificationChain msgs)
public void setGraph(GraphType newGraph)
setGraph
in interface NodeType
newGraph
- the new value of the 'Graph' containment reference.NodeType.getGraph()
public LocatorType getLocator()
getLocator
in interface NodeType
NodeType.setLocator(LocatorType)
,
GraphMLPackage.getNodeType_Locator()
public NotificationChain basicSetLocator(LocatorType newLocator, NotificationChain msgs)
public void setLocator(LocatorType newLocator)
setLocator
in interface NodeType
newLocator
- the new value of the 'Locator' containment reference.NodeType.getLocator()
public String getId()
getId
in interface NodeType
NodeType.setId(String)
,
GraphMLPackage.getNodeType_Id()
public void setId(String newId)
setId
in interface NodeType
newId
- the new value of the 'Id' attribute.NodeType.getId()
public BigInteger getParseIndegree()
getParseIndegree
in interface NodeType
NodeType.setParseIndegree(BigInteger)
,
GraphMLPackage.getNodeType_ParseIndegree()
public void setParseIndegree(BigInteger newParseIndegree)
setParseIndegree
in interface NodeType
newParseIndegree
- the new value of the 'Parse Indegree' attribute.NodeType.getParseIndegree()
public BigInteger getParseOutdegree()
getParseOutdegree
in interface NodeType
NodeType.setParseOutdegree(BigInteger)
,
GraphMLPackage.getNodeType_ParseOutdegree()
public void setParseOutdegree(BigInteger newParseOutdegree)
setParseOutdegree
in interface NodeType
newParseOutdegree
- the new value of the 'Parse Outdegree' attribute.NodeType.getParseOutdegree()
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 |