Uses of Class
de.uni_bremen.st.rcf.model.Fragment

Packages that use Fragment
de.uni_bremen.st.rcf.model   
de.uni_bremen.st.rcf.util   
 

Uses of Fragment in de.uni_bremen.st.rcf.model
 

Methods in de.uni_bremen.st.rcf.model that return Fragment
 Fragment Fragments.addFragment(File file, int beginLine, int endLine, int beginColumn, int endColumn, int numTokens)
          Adds a new Fragment to the relation SourcePosition objects, required by the fragment will be created as well.
 Fragment Fragments.addFragment(String filePath, Version version, int beginLine, int endLine, int beginColumn, int endColumn, int numTokens)
           
 Fragment ClonePair.getLeft()
          Get the left value.
 Fragment ClonePair.getLeft(Fragment defaultValue)
          Get the left value.
 Fragment ClonePair.getRight()
          Get the right value.
 Fragment ClonePair.getRight(Fragment defaultValue)
          Get the right value.
 

Methods in de.uni_bremen.st.rcf.model that return types with arguments of type Fragment
 List<Fragment> CloneClass.getFragments()
          Get the value list of fragments
 List<Fragment> Fragment.getPredecessors()
          Get the value list of predecessors
 Relation<Fragment> Fragment.getRelation()
           
 List<Fragment> Fragment.getSuccessors()
          Get the value list of successors
 

Methods in de.uni_bremen.st.rcf.model with parameters of type Fragment
 ClonePair ClonePairs.addClonePair(Version version, int clientId, int type, Fragment left, Fragment right)
           
 void CloneClass.addFragment(Fragment f)
           
 Fragment ClonePair.getLeft(Fragment defaultValue)
          Get the left value.
 Fragment ClonePair.getRight(Fragment defaultValue)
          Get the right value.
 void ClonePair.setLeft(Fragment entry)
          Set the left value.
 void ClonePair.setRight(Fragment entry)
          Set the right value.
 

Method parameters in de.uni_bremen.st.rcf.model with type arguments of type Fragment
 CloneClass CloneClasses.addCloneClass(Version version, int clientId, int type, List<Fragment> fragments)
           
 

Uses of Fragment in de.uni_bremen.st.rcf.util
 

Fields in de.uni_bremen.st.rcf.util with type parameters of type Fragment
 ArrayList<Fragment> FileRatio.FileRatioPart.fragments
           
 



Copyright © 2011. All Rights Reserved.