de.uni_bremen.st.rcf.model
Class ClonePairs

java.lang.Object
  extended by de.uni_bremen.st.rcf.model.Relation<ClonePair>
      extended by de.uni_bremen.st.rcf.model.ClonePairs
All Implemented Interfaces:
Iterable<ClonePair>

public class ClonePairs
extends Relation<ClonePair>

The ClonePair relation.

Author:
harder

Method Summary
 ClonePair addClonePair(Version version, int clientId, int type, Fragment left, Fragment right)
           
 Attribute getClientIdAttribute()
           
 Attribute getIdAttribute()
           
 Attribute getLeftAttribute()
           
 Attribute getRightAttribute()
           
 Attribute getTypeAttribute()
           
 Attribute getVersionAttribute()
           
 
Methods inherited from class de.uni_bremen.st.rcf.model.Relation
addAttribute, addEnumAttribute, addListAttribute, addReferenceAttribute, addReferenceListAttribute, addScalarAttribute, append, equals, getAttribute, getAttributes, getEntry, getEntryType, getFirstEntry, getName, getRCF, hasAttribute, iterator, size
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIdAttribute

public Attribute getIdAttribute()

getClientIdAttribute

public Attribute getClientIdAttribute()

getTypeAttribute

public Attribute getTypeAttribute()

getLeftAttribute

public Attribute getLeftAttribute()

getRightAttribute

public Attribute getRightAttribute()

getVersionAttribute

public Attribute getVersionAttribute()

addClonePair

public ClonePair addClonePair(Version version,
                              int clientId,
                              int type,
                              Fragment left,
                              Fragment right)


Copyright © 2011. All Rights Reserved.