de.uni_bremen.st.rcf.model
Class CloneClasses

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

public class CloneClasses
extends Relation<CloneClass>

The CloneClass relation.

Author:
harder

Method Summary
 CloneClass addCloneClass(Version version, int clientId, int type, List<Fragment> fragments)
           
 Attribute getClientIdAttribute()
           
 Attribute getFragmentsAttribute()
           
 Attribute getIdAttribute()
           
 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()

getFragmentsAttribute

public Attribute getFragmentsAttribute()

getVersionAttribute

public Attribute getVersionAttribute()

addCloneClass

public CloneClass addCloneClass(Version version,
                                int clientId,
                                int type,
                                List<Fragment> fragments)


Copyright © 2011. All Rights Reserved.