org.jomc.ri.model
Class RuntimeModelObjects

Package class diagram package RuntimeModelObjects
java.lang.Object
  extended by org.jomc.ri.model.RuntimeModelObjects

@Generated(value="org.jomc.tools.SourceFileProcessor 1.2.2",
           comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.2")
public class RuntimeModelObjects
extends Object

Runtime model objects.

Identifier:
org.jomc.ri.model.RuntimeModelObjects
Name:
JOMC RI
Abstract:
No
Final:
No
Stateless:
No

Version:
1.2
Author:
Christian Schulte 1.2

Constructor Summary
RuntimeModelObjects()
          Creates a new RuntimeModelObjects instance.
 
Method Summary
 void clear()
          Clears shared runtime state.
 Argument copyOf(Argument o)
          Creates a copy of a given object.
 Arguments copyOf(Arguments o)
          Creates a copy of a given object.
 Author copyOf(Author o)
          Creates a copy of a given object.
 Authors copyOf(Authors o)
          Creates a copy of a given object.
 Dependencies copyOf(Dependencies o)
          Creates a copy of a given object.
 Dependency copyOf(Dependency o)
          Creates a copy of a given object.
 Implementation copyOf(Implementation o)
          Creates a copy of a given object.
 ImplementationReference copyOf(ImplementationReference o)
          Creates a copy of a given object.
 Implementations copyOf(Implementations o)
          Creates a copy of a given object.
 Instance copyOf(Instance o)
          Creates a copy of a given object.
 Instances copyOf(Instances o)
          Creates a copy of a given object.
 Message copyOf(Message o)
          Creates a copy of a given object.
 MessageReference copyOf(MessageReference o)
          Creates a copy of a given object.
 Messages copyOf(Messages o)
          Creates a copy of a given object.
 Module copyOf(Module o)
          Creates a copy of a given object.
 Person copyOf(Person o)
          Creates a copy of a given object.
 Persons copyOf(Persons o)
          Creates a copy of a given object.
 Properties copyOf(Properties o)
          Creates a copy of a given object.
 Property copyOf(Property o)
          Creates a copy of a given object.
 PropertyReference copyOf(PropertyReference o)
          Creates a copy of a given object.
 Specification copyOf(Specification o)
          Creates a copy of a given object.
 SpecificationReference copyOf(SpecificationReference o)
          Creates a copy of a given object.
 Specifications copyOf(Specifications o)
          Creates a copy of a given object.
 Text copyOf(Text o)
          Creates a copy of a given object.
 Texts copyOf(Texts o)
          Creates a copy of a given object.
 void gc()
          Handles shared runtime state.
static RuntimeModelObjects getInstance()
          Gets the RuntimeModelObjects singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeModelObjects

@Generated(value="org.jomc.tools.SourceFileProcessor 1.2.2",
           comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2.2")
public RuntimeModelObjects()
Creates a new RuntimeModelObjects instance.

Method Detail

getInstance

public static RuntimeModelObjects getInstance()
Gets the RuntimeModelObjects singleton instance.

Returns:
The RuntimeModelObjects singleton instance.

copyOf

public PropertyReference copyOf(PropertyReference o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimePropertyReference( o )

copyOf

public ImplementationReference copyOf(ImplementationReference o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeImplementationReference( o )

copyOf

public Dependencies copyOf(Dependencies o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeDependencies( o )

copyOf

public Instances copyOf(Instances o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeInstances( o )

copyOf

public Authors copyOf(Authors o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeAuthors( o )

copyOf

public Specification copyOf(Specification o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeSpecification( o )

copyOf

public Message copyOf(Message o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeMessage( o )

copyOf

public Instance copyOf(Instance o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeInstance( o )

copyOf

public Implementations copyOf(Implementations o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeImplementations( o )

copyOf

public Texts copyOf(Texts o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeTexts( o )

copyOf

public Implementation copyOf(Implementation o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeImplementation( o )

copyOf

public Module copyOf(Module o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeModule( o )

copyOf

public Argument copyOf(Argument o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeArgument( o )

copyOf

public Text copyOf(Text o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeText( o )

copyOf

public Properties copyOf(Properties o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeProperties( o )

copyOf

public Person copyOf(Person o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimePerson( o )

copyOf

public SpecificationReference copyOf(SpecificationReference o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeSpecificationReference( o )

copyOf

public Author copyOf(Author o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeAuthor( o )

copyOf

public Property copyOf(Property o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeProperty( o )

copyOf

public Arguments copyOf(Arguments o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeArguments( o )

copyOf

public Dependency copyOf(Dependency o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeDependency( o )

copyOf

public Specifications copyOf(Specifications o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeSpecifications( o )

copyOf

public Messages copyOf(Messages o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeMessages( o )

copyOf

public Persons copyOf(Persons o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimePersons( o )

copyOf

public MessageReference copyOf(MessageReference o)
Creates a copy of a given object.

Parameters:
o - The object to copy.
Returns:
new RuntimeMessageReference( o )

gc

public void gc()
Handles shared runtime state.


clear

public void clear()
Clears shared runtime state.



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.