代码搜索:METAmorphoses

找到约 33 项符合「METAmorphoses」的源代码

代码结果 33
www.eeworm.com/read/273043/4213375

java templatetags.java

/* * Created on 9.1.2007 * */ package cz.cvut.felk.cs.metamorphoses.template; /** * The class contains all template language primitives * @author Martin Svihla */ public class TemplateTags {
www.eeworm.com/read/273043/4213365

java mappingtags.java

/* * Created on 17.4.2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package cz.cvut.felk.cs.metamorphoses.mappin
www.eeworm.com/read/273043/4213368

java testmappingprocessor.java

/* * Created on 17.4.2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package cz.cvut.felk.cs.metamorphoses.mappin
www.eeworm.com/read/273043/4213364

java mappingattribute.java

package cz.cvut.felk.cs.metamorphoses.mapping; /** * Class represents 'Attribute', that can be part of 'MappingClass' or 'MappingProperty'. * Attribute has rdfLabel, sql, prefix and suffix.
www.eeworm.com/read/273043/4213363

java mappingprocessorexception.java

package cz.cvut.felk.cs.metamorphoses.mapping; /** * description of this class is missing! * * History: * Created: 5.3.2004 * Last change: 5.3.2004 * * @a
www.eeworm.com/read/273043/4213366

java mappingcondition.java

package cz.cvut.felk.cs.metamorphoses.mapping; /** * description of this class is missing! * * History: * Created: 2.8.2004 * Last change: 2.8.2004 * * @a
www.eeworm.com/read/273043/4213378

java templateprocessorexception.java

package cz.cvut.felk.cs.metamorphoses.template; /** * description of this class is missing! * * History: * Created: 7.4.2004 * Last change: 7.4.2004 * * @
www.eeworm.com/read/273043/4213374

java templatevariables.java

package cz.cvut.felk.cs.metamorphoses.template; import java.util.HashMap; /** * This class stores variables from instances. * Format is: key = "instanceId-variableName", value = "variableV
www.eeworm.com/read/273043/4213376

java sqllogic.java

package cz.cvut.felk.cs.metamorphoses.template; import java.sql.*; /** * The simle database access layer for the processor. * * History: * Created: 5.3.2004 * Last c
www.eeworm.com/read/273043/4213370

java mappingclass.java

package cz.cvut.felk.cs.metamorphoses.mapping; import java.util.ArrayList; import java.util.HashMap; import java.util.List; /** * description of this class is missing! * * History: