com.change_vision.jude.api.inf.model
Interface IERSchema

com.change_vision.jude.api.inf.model.IERSchema
All Implemented Interfaces:
IElement, INamedElement

public IERSchema
extends INamedElement

Interface for ERSchema.


Method Summary
abstract  IERDatatype[] getDatatypes()
          Get Datatype.
abstract  IERDomain[] getDomains()
          Get Domains.
abstract  IEREntity[] getEntities()
          Get Entities.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getDomains

public abstract IERDomain[] getDomains()
Get Domains.

Returns:
the array of Domains. Return the empty array if there is none.

getDatatypes

public abstract IERDatatype[] getDatatypes()
Get Datatype.

Returns:
the array of Datatypes. Return the empty array if there is none.

getEntities

public abstract IEREntity[] getEntities()
Get Entities.

Returns:
the array of Entities. Return the empty array if there is none.