Interface ModelInheritanceAssembler
-
- All Known Implementing Classes:
DefaultModelInheritanceAssembler
public interface ModelInheritanceAssembler- Version:
- $Id: ModelInheritanceAssembler.java 674878 2008-07-08 16:55:36Z jdcasey $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)voidassembleModelInheritance(Model child, Model parent)voidassembleModelInheritance(Model child, Model parent, java.lang.String childPathAdjustment)voidcopyModel(Model dest, Model source)
-