net.sf.jmd.metarepresentation.impl
Class MetaRepresentation

java.lang.Object
  extended by net.sf.jmd.metarepresentation.impl.MetaRepresentation
All Implemented Interfaces:
IMetaRepresentation

public class MetaRepresentation
extends java.lang.Object
implements IMetaRepresentation


Method Summary
 IModel getAmModel()
          
 IModel getDmModel()
          
static IMetaRepresentation getInstance()
          the metarepresentation is a singleton in order to let the level1 checks find the lists of interfaces.
 java.util.List<IMember> getMembers(IModelItem modelItem)
          
 java.util.List<IModelItem> getModelItems(Model.Type type)
          
 java.util.List<IParameter> getParameters(IOperation operation)
          
 void setAmModel(IModel newArchitectsModel)
          
 void setDmModel(IModel newDevelopersModel)
          
 java.lang.String toString()
          The toString method for MetaRepresentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static IMetaRepresentation getInstance()
the metarepresentation is a singleton in order to let the level1 checks find the lists of interfaces.

Returns:

getAmModel

public IModel getAmModel()

Specified by:
getAmModel in interface IMetaRepresentation
See Also:
de.dlr.sistec.modi.metamodel.IMetaRepresentation#getAmModel()

setAmModel

public void setAmModel(IModel newArchitectsModel)

Specified by:
setAmModel in interface IMetaRepresentation
See Also:
de.dlr.sistec.modi.metamodel.IMetaRepresentation#setAmModel(de.dlr .sistec.modi.metamodel.Model)

getDmModel

public IModel getDmModel()

Specified by:
getDmModel in interface IMetaRepresentation
See Also:
de.dlr.sistec.modi.metamodel.IMetaRepresentation#getDmModel()

setDmModel

public void setDmModel(IModel newDevelopersModel)

Specified by:
setDmModel in interface IMetaRepresentation
See Also:
de.dlr.sistec.modi.metamodel.IMetaRepresentation#setDmModel(de.dlr .sistec.modi.metamodel.Model)

getModelItems

public java.util.List<IModelItem> getModelItems(Model.Type type)

Specified by:
getModelItems in interface IMetaRepresentation
See Also:
de.dlr.sistec.modi.metamodel.IMetaRepresentation#getModelItems(de .dlr.sistec.modi.metamodel.Model.PersistenceType)

getMembers

public java.util.List<IMember> getMembers(IModelItem modelItem)

Specified by:
getMembers in interface IMetaRepresentation
See Also:
de.dlr.sistec.modi.metamodel.IMetaRepresentation#getMembers(de.dlr .sistec.modi.metamodel.ModelItem)

getParameters

public java.util.List<IParameter> getParameters(IOperation operation)

Specified by:
getParameters in interface IMetaRepresentation
See Also:
de.dlr.sistec.modi.metamodel.IMetaRepresentation#getParameters(de .dlr.sistec.modi.metamodel.Operation)

toString

public java.lang.String toString()
The toString method for MetaRepresentation.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this class.


Copyright © 2007-2010. All Rights Reserved.