gov.nasa.arc.brahms.vm.api.common
Interface IAreaDef
- All Superinterfaces:
- IConcept, IGeographyConcept, IType, IUserDefinedType
public interface IAreaDef
- extends IGeographyConcept
An area definition is used for defining area constructs used for
representing geographical information in a model. Area definitions
are similar to classes in their use. Examples of area definitions
are 'World', 'Building', and 'Floor'.
- Version:
- $Revision: 1.1 $ $Date: 2009/11/23 18:38:32 $ $Author: rnado $
- Author:
- Ron van Hoof
Method Summary |
java.util.List<IArea> |
getInstances(boolean includeSubClasses)
Returns a list of all of this class' instances. |
IArea |
newInstance(java.lang.String name,
IContext actionCtx)
newInstance creates a new instance of this area definition and returns the new
instance. |
newInstance
IArea newInstance(java.lang.String name,
IContext actionCtx)
throws ExternalException
- newInstance creates a new instance of this area definition and returns the new
instance. The new instance is given the specified name. If the name
already exists a unique number will be attached to the name.
- Parameters:
name
- the name of the new instanceactionCtx
- the IContext for the action
- Returns:
- IObject the new instance of this class
- Throws:
ExternalException
- if the creation of the new instance fails
getInstances
java.util.List<IArea> getInstances(boolean includeSubClasses)
throws ExternalException
- Returns a list of all of this class' instances. If includeSubClasses
is set to true it will also include all the instances of this class'
sub classes.
- Parameters:
includeSubClasses
- true to include instances of sub classes, false to only
return direct instances of this class
- Returns:
- List the list of instances, an empty list if there are none
- Throws:
ExternalException
- if an internal error occurs
Copyright © 1997-2012 All Rights Reserved.