org.ptolemy.moml.impl
Class LinkTypeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.ptolemy.moml.impl.LinkTypeImpl
All Implemented Interfaces:
Notifier, EObject, InternalEObject, LinkType

public class LinkTypeImpl
extends EObjectImpl
implements LinkType

An implementation of the model object 'Link Type'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

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 static String INSERT_AT_EDEFAULT
          The default value of the 'Insert At' attribute.
protected static String INSERT_INSIDE_AT_EDEFAULT
          The default value of the 'Insert Inside At' attribute.
protected  String insertAt
          The cached value of the 'Insert At' attribute.
protected  String insertInsideAt
          The cached value of the 'Insert Inside At' attribute.
protected  String port
          The cached value of the 'Port' attribute.
protected static String PORT_EDEFAULT
          The default value of the 'Port' attribute.
protected  String relation
          The cached value of the 'Relation' attribute.
protected static String RELATION_EDEFAULT
          The default value of the 'Relation' attribute.
protected  String relation1
          The cached value of the 'Relation1' attribute.
protected static String RELATION1_EDEFAULT
          The default value of the 'Relation1' attribute.
protected  String relation2
          The cached value of the 'Relation2' attribute.
protected static String RELATION2_EDEFAULT
          The default value of the 'Relation2' attribute.
protected  String vertex
          The cached value of the 'Vertex' attribute.
protected static String VERTEX_EDEFAULT
          The default value of the 'Vertex' 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 LinkTypeImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getInsertAt()
           
 String getInsertInsideAt()
           
 String getPort()
           
 String getRelation()
           
 String getRelation1()
           
 String getRelation2()
           
 String getVertex()
           
 void setInsertAt(String newInsertAt)
           
 void setInsertInsideAt(String newInsertInsideAt)
           
 void setPort(String newPort)
           
 void setRelation(String newRelation)
           
 void setRelation1(String newRelation1)
           
 void setRelation2(String newRelation2)
           
 void setVertex(String newVertex)
           
 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.ecore.impl.BasicEObjectImpl
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
 
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

INSERT_AT_EDEFAULT

protected static final String INSERT_AT_EDEFAULT
The default value of the 'Insert At' attribute.

See Also:
getInsertAt()
Generated:
This code was automatically generated.
Ordered

insertAt

protected String insertAt
The cached value of the 'Insert At' attribute.

See Also:
getInsertAt()
Generated:
This code was automatically generated.
Ordered

INSERT_INSIDE_AT_EDEFAULT

protected static final String INSERT_INSIDE_AT_EDEFAULT
The default value of the 'Insert Inside At' attribute.

See Also:
getInsertInsideAt()
Generated:
This code was automatically generated.
Ordered

insertInsideAt

protected String insertInsideAt
The cached value of the 'Insert Inside At' attribute.

See Also:
getInsertInsideAt()
Generated:
This code was automatically generated.
Ordered

PORT_EDEFAULT

protected static final String PORT_EDEFAULT
The default value of the 'Port' attribute.

See Also:
getPort()
Generated:
This code was automatically generated.
Ordered

port

protected String port
The cached value of the 'Port' attribute.

See Also:
getPort()
Generated:
This code was automatically generated.
Ordered

RELATION_EDEFAULT

protected static final String RELATION_EDEFAULT
The default value of the 'Relation' attribute.

See Also:
getRelation()
Generated:
This code was automatically generated.
Ordered

relation

protected String relation
The cached value of the 'Relation' attribute.

See Also:
getRelation()
Generated:
This code was automatically generated.
Ordered

RELATION1_EDEFAULT

protected static final String RELATION1_EDEFAULT
The default value of the 'Relation1' attribute.

See Also:
getRelation1()
Generated:
This code was automatically generated.
Ordered

relation1

protected String relation1
The cached value of the 'Relation1' attribute.

See Also:
getRelation1()
Generated:
This code was automatically generated.
Ordered

RELATION2_EDEFAULT

protected static final String RELATION2_EDEFAULT
The default value of the 'Relation2' attribute.

See Also:
getRelation2()
Generated:
This code was automatically generated.
Ordered

relation2

protected String relation2
The cached value of the 'Relation2' attribute.

See Also:
getRelation2()
Generated:
This code was automatically generated.
Ordered

VERTEX_EDEFAULT

protected static final String VERTEX_EDEFAULT
The default value of the 'Vertex' attribute.

See Also:
getVertex()
Generated:
This code was automatically generated.
Ordered

vertex

protected String vertex
The cached value of the 'Vertex' attribute.

See Also:
getVertex()
Generated:
This code was automatically generated.
Ordered
Constructor Detail

LinkTypeImpl

protected LinkTypeImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl
Generated:
This code was automatically generated.

getInsertAt

public String getInsertAt()

Specified by:
getInsertAt in interface LinkType
Returns:
the value of the 'Insert At' attribute.
See Also:
LinkType.setInsertAt(String), MomlPackage.getLinkType_InsertAt()
Generated:
This code was automatically generated.

setInsertAt

public void setInsertAt(String newInsertAt)

Specified by:
setInsertAt in interface LinkType
Parameters:
newInsertAt - the new value of the 'Insert At' attribute.
See Also:
LinkType.getInsertAt()
Generated:
This code was automatically generated.

getInsertInsideAt

public String getInsertInsideAt()

Specified by:
getInsertInsideAt in interface LinkType
Returns:
the value of the 'Insert Inside At' attribute.
See Also:
LinkType.setInsertInsideAt(String), MomlPackage.getLinkType_InsertInsideAt()
Generated:
This code was automatically generated.

setInsertInsideAt

public void setInsertInsideAt(String newInsertInsideAt)

Specified by:
setInsertInsideAt in interface LinkType
Parameters:
newInsertInsideAt - the new value of the 'Insert Inside At' attribute.
See Also:
LinkType.getInsertInsideAt()
Generated:
This code was automatically generated.

getPort

public String getPort()

Specified by:
getPort in interface LinkType
Returns:
the value of the 'Port' attribute.
See Also:
LinkType.setPort(String), MomlPackage.getLinkType_Port()
Generated:
This code was automatically generated.

setPort

public void setPort(String newPort)

Specified by:
setPort in interface LinkType
Parameters:
newPort - the new value of the 'Port' attribute.
See Also:
LinkType.getPort()
Generated:
This code was automatically generated.

getRelation

public String getRelation()

Specified by:
getRelation in interface LinkType
Returns:
the value of the 'Relation' attribute.
See Also:
LinkType.setRelation(String), MomlPackage.getLinkType_Relation()
Generated:
This code was automatically generated.

setRelation

public void setRelation(String newRelation)

Specified by:
setRelation in interface LinkType
Parameters:
newRelation - the new value of the 'Relation' attribute.
See Also:
LinkType.getRelation()
Generated:
This code was automatically generated.

getRelation1

public String getRelation1()

Specified by:
getRelation1 in interface LinkType
Returns:
the value of the 'Relation1' attribute.
See Also:
LinkType.setRelation1(String), MomlPackage.getLinkType_Relation1()
Generated:
This code was automatically generated.

setRelation1

public void setRelation1(String newRelation1)

Specified by:
setRelation1 in interface LinkType
Parameters:
newRelation1 - the new value of the 'Relation1' attribute.
See Also:
LinkType.getRelation1()
Generated:
This code was automatically generated.

getRelation2

public String getRelation2()

Specified by:
getRelation2 in interface LinkType
Returns:
the value of the 'Relation2' attribute.
See Also:
LinkType.setRelation2(String), MomlPackage.getLinkType_Relation2()
Generated:
This code was automatically generated.

setRelation2

public void setRelation2(String newRelation2)

Specified by:
setRelation2 in interface LinkType
Parameters:
newRelation2 - the new value of the 'Relation2' attribute.
See Also:
LinkType.getRelation2()
Generated:
This code was automatically generated.

getVertex

public String getVertex()

Specified by:
getVertex in interface LinkType
Returns:
the value of the 'Vertex' attribute.
See Also:
LinkType.setVertex(String), MomlPackage.getLinkType_Vertex()
Generated:
This code was automatically generated.

setVertex

public void setVertex(String newVertex)

Specified by:
setVertex in interface LinkType
Parameters:
newVertex - the new value of the 'Vertex' attribute.
See Also:
LinkType.getVertex()
Generated:
This code was automatically generated.

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.