Uses of Class
org.jomc.model.ModelObject

Packages that use ModelObject
org.jomc.model Object management and configuration model classes. 
 

Uses of ModelObject in org.jomc.model
 

Subclasses of ModelObject in org.jomc.model
 class Argument
          Model of a message argument.
 class Arguments
          List of arguments.
 class Author
          Model of an author.
 class Authors
          List of authors.
 class Dependencies
          List of dependencies.
 class Dependency
          Model of a dependency.
 class Implementation
          Model of an implementation.
 class ImplementationReference
          Reference to an implementation.
 class Implementations
          List of implementations.
 class Instance
          Model of an instance.
 class Instances
          List of instances.
 class Message
          Model of a message.
 class MessageReference
          Reference to a message.
 class Messages
          List of messages.
 class Module
          Model of a module.
 class Modules
          List of modules.
 class Person
          Model of a person.
 class Persons
          List of persons.
 class Properties
          List of properties.
 class Property
          Model of a property.
 class PropertyReference
          Reference to a property.
 class Specification
          Model of a specification.
 class SpecificationReference
          Reference to a specification.
 class Specifications
          List of specifications.
 

Methods in org.jomc.model that return ModelObject
 ModelObject ModelObject.clone()
          Creates and returns a deep copy of this object.
 ModelObject ObjectFactory.createModelObject()
          Create an instance of ModelObject
 

Constructors in org.jomc.model with parameters of type ModelObject
ModelObject(ModelObject o)
          Creates a new ModelObject instance by deeply copying a given ModelObject instance.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.