|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestEdgeDecorator1
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 |
---|
org.eclipse.emf.common.util.URI getNodeAURI()
void setNodeAURI(org.eclipse.emf.common.util.URI value)
Node AURI
' attribute.
value
- the new value of the 'Node AURI' attribute.getNodeAURI()
org.eclipse.emf.common.util.URI getNodeBURI()
void setNodeBURI(org.eclipse.emf.common.util.URI value)
Node BURI
' attribute.
value
- the new value of the 'Node BURI' attribute.getNodeBURI()
org.eclipse.emf.common.util.URI getEdgeURI()
void setEdgeURI(org.eclipse.emf.common.util.URI value)
Edge URI
' attribute.
value
- the new value of the 'Edge URI' attribute.getEdgeURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |