org.eclipse.ohf.stem.definitions.labels
Interface RelativePhysicalRelationshipLabelValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LabelValue, org.eclipse.emf.common.notify.Notifier, SanityChecker
All Known Implementing Classes:
RelativePhysicalRelationshipLabelValueImpl

public interface RelativePhysicalRelationshipLabelValue
extends LabelValue

This interface defines a class in an EMF model for a Physical Relationship Label Value.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 RelativePhysicalRelationship getRelationship()
           
 boolean isAdjacent()
          True if the relationship involves physical contact (i.e.
 void setAdjacent(boolean value)
          Sets the value of the 'Adjacent' attribute.
 void setRelationship(RelativePhysicalRelationship value)
          Sets the value of the 'Relationship' attribute.
 
Methods inherited from interface org.eclipse.ohf.stem.core.graph.LabelValue
reset
 
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
 
Methods inherited from interface org.eclipse.ohf.stem.core.common.SanityChecker
sane
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

isAdjacent

boolean isAdjacent()
True if the relationship involves physical contact (i.e. touching).


setAdjacent

void setAdjacent(boolean value)
Sets the value of the 'Adjacent' attribute.

Parameters:
value - the new value of the 'Adjacent' attribute.
See Also:
isAdjacent()

getRelationship

RelativePhysicalRelationship getRelationship()
Returns:
the physical relationship between two things.

setRelationship

void setRelationship(RelativePhysicalRelationship value)
Sets the value of the 'Relationship' attribute.

Parameters:
value - the new value of the 'Relationship' attribute.
See Also:
RelativePhysicalRelationship, getRelationship()