org.eclipse.ohf.stem.tests.util.decorators
Interface TestEdgeDecorator1

All Superinterfaces:
Decorator, EdgeDecorator, org.eclipse.emf.ecore.EObject, Identifiable, org.eclipse.emf.common.notify.Notifier, SanityChecker
All Known Implementing Classes:
TestEdgeDecorator1Impl

public interface TestEdgeDecorator1
extends EdgeDecorator

This interface represents the model of an abstract class in an EMF model that is an example of a EdgeDecorator implementation used for test purposes.


Method Summary
 org.eclipse.emf.common.util.URI getEdgeURI()
           
 org.eclipse.emf.common.util.URI getNodeAURI()
           
 org.eclipse.emf.common.util.URI getNodeBURI()
           
 void setEdgeURI(org.eclipse.emf.common.util.URI value)
          Sets the value of the 'Edge URI' attribute.
 void setNodeAURI(org.eclipse.emf.common.util.URI value)
          Sets the value of the 'Node AURI' attribute.
 void setNodeBURI(org.eclipse.emf.common.util.URI value)
          Sets the value of the 'Node BURI' attribute.
 
Methods inherited from interface org.eclipse.ohf.stem.core.model.Decorator
decorateGraph, getGraph, getLabelsToUpdate, resetLabels, setGraph, updateLabels
 
Methods inherited from interface org.eclipse.ohf.stem.core.common.Identifiable
getDublinCore, getTypeURI, getURI, sane, setDublinCore, setTypeURI, setURI
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getNodeAURI

org.eclipse.emf.common.util.URI getNodeAURI()
Returns:
the URI for node A

setNodeAURI

void setNodeAURI(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Node AURI' attribute.

Parameters:
value - the new value of the 'Node AURI' attribute.
See Also:
getNodeAURI()

getNodeBURI

org.eclipse.emf.common.util.URI getNodeBURI()
Returns:
the URI for node B

setNodeBURI

void setNodeBURI(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Node BURI' attribute.

Parameters:
value - the new value of the 'Node BURI' attribute.
See Also:
getNodeBURI()

getEdgeURI

org.eclipse.emf.common.util.URI getEdgeURI()
Returns:
the URI of the edge

setEdgeURI

void setEdgeURI(org.eclipse.emf.common.util.URI value)
Sets the value of the 'Edge URI' attribute.

Parameters:
value - the new value of the 'Edge URI' attribute.
See Also:
getEdgeURI()