[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model/modellor InnerWallModellor.java, 1.
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2007-12-03 09:10:59
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/modellor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8508/src/net/sourceforge/bprocessor/model/modellor Modified Files: InnerWallModellor.java Log Message: Inner Wall Window ID Index: InnerWallModellor.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/modellor/InnerWallModellor.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** InnerWallModellor.java 13 Nov 2007 12:21:49 -0000 1.12 --- InnerWallModellor.java 3 Dec 2007 09:10:59 -0000 1.13 *************** *** 52,56 **** /** The classification id for a wall */ ! public static final String WALL = "-1.-205.01"; /** The classification id for exterior */ --- 52,56 ---- /** The classification id for a wall */ ! public static final String WALL = "-1.-205.-01"; /** The classification id for exterior */ *************** *** 58,62 **** /** The classification id for a window */ ! public static final String WINDOW = "-1.-205.02"; /** The space of this modellor */ --- 58,62 ---- /** The classification id for a window */ ! public static final String WINDOW = "-1.-205.-02"; /** The space of this modellor */ *************** *** 743,745 **** --- 743,758 ---- return net; } + + /** {@inheritDoc} */ + @Override + public String getName() { + return "Wall Module"; + } + + /** {@inheritDoc} */ + @Override + public String getGeneralName() { + return "Wall Module"; + } + } |