EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.relations
Interface ReferenceRelation

All Superinterfaces:
PatternRelation
All Known Implementing Classes:
ReferenceRelationImpl

public interface ReferenceRelation
extends PatternRelation

A representation of the model object 'Reference Relation'.

The following features are supported:

See Also:
RelationsPackage.getReferenceRelation()

Method Summary
 Pattern getReferencedPattern()
          Returns the value of the 'Referenced Pattern' reference
 void setReferencedPattern(Pattern value)
          Sets the value of the 'Referenced Pattern' reference.
 
Methods inherited from interface org.eclipse.egf.pattern.relations.PatternRelation
getName, setName
 

Method Detail

getReferencedPattern

Pattern getReferencedPattern()
Returns the value of the 'Referenced Pattern' reference.

If the meaning of the 'Referenced Pattern' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referenced Pattern' reference.
See Also:
setReferencedPattern(Pattern), RelationsPackage.getReferenceRelation_ReferencedPattern()

setReferencedPattern

void setReferencedPattern(Pattern value)
Sets the value of the 'Referenced Pattern' reference.

Parameters:
value - the new value of the 'Referenced Pattern' reference.
See Also:
getReferencedPattern()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.