MetaBoss

com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel
Interface Domain

All Superinterfaces:
ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface Domain
extends ModelElement

Domain object instance interface.


Method Summary
 Entity findEntity(java.lang.String pEntityName)
           
 java.util.Collection getAssociations()
          Returns the value of reference associations.
 java.util.Collection getCombinedTypes()
          Returns list of DataTypes, Structures and Messages used in the Domain.
 java.util.Collection getEntities()
          Returns the value of reference entities.
 java.util.List getEntitiesInPopulationOrder()
           
 Entity getEntity(java.lang.String pEntityName)
           
 java.util.Collection getEntityClassDiagrams()
          Returns the value of reference entityClassDiagrams.
 java.util.Collection getRelationalImplementations()
          Returns the value of reference relationalImplementations.
 java.util.Collection getReports()
          Returns the value of reference reports.
 System getSystem()
          Returns the value of reference system.
 void setSystem(System newValue)
          Sets the value of reference system.
 
Methods inherited from interface com.metaboss.sdlctools.models.metabossmodel.ModelElement
findAttachment, getAttachment, getAttachments, getCombinedContents, getContents, getDescription, getDiagramModelElements, getName, getOwnerIdentifier, getRef, getReferencedElements, getTags, isContainedWithin, isDerived, mayContain, mayContainWithin, setDescription, setName, setOwnerIdentifier
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getEntity

public Entity getEntity(java.lang.String pEntityName)
Parameters:
pEntityName -
Returns:

findEntity

public Entity findEntity(java.lang.String pEntityName)
Parameters:
pEntityName -
Returns:

getEntitiesInPopulationOrder

public java.util.List getEntitiesInPopulationOrder()
Returns:

getCombinedTypes

public java.util.Collection getCombinedTypes()
Returns list of DataTypes, Structures and Messages used in the Domain. This includes owned and referenced elements.

Returns:
Returns list of DataTypes, Structures and Messages used in the Domain. This includes owned and referenced elements.

getAssociations

public java.util.Collection getAssociations()
Returns the value of reference associations.

Returns:
Value of reference associations.

getEntities

public java.util.Collection getEntities()
Returns the value of reference entities.

Returns:
Value of reference entities.

getSystem

public System getSystem()
Returns the value of reference system.

Returns:
Value of reference system.

setSystem

public void setSystem(System newValue)
Sets the value of reference system. See getSystem() for description on the reference.

Parameters:
newValue - New value to be set.

getEntityClassDiagrams

public java.util.Collection getEntityClassDiagrams()
Returns the value of reference entityClassDiagrams.

Returns:
Value of reference entityClassDiagrams.

getReports

public java.util.Collection getReports()
Returns the value of reference reports.

Returns:
Value of reference reports.

getRelationalImplementations

public java.util.Collection getRelationalImplementations()
Returns the value of reference relationalImplementations.

Returns:
Value of reference relationalImplementations.

MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.