|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
Runtime model objects.
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 |
---|
@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()
RuntimeModelObjects
instance.
Method Detail |
---|
public static RuntimeModelObjects getInstance()
RuntimeModelObjects
singleton instance.
RuntimeModelObjects
singleton instance.public PropertyReference copyOf(PropertyReference o)
o
- The object to copy.
new RuntimePropertyReference( o )
public ImplementationReference copyOf(ImplementationReference o)
o
- The object to copy.
new RuntimeImplementationReference( o )
public Dependencies copyOf(Dependencies o)
o
- The object to copy.
new RuntimeDependencies( o )
public Instances copyOf(Instances o)
o
- The object to copy.
new RuntimeInstances( o )
public Authors copyOf(Authors o)
o
- The object to copy.
new RuntimeAuthors( o )
public Specification copyOf(Specification o)
o
- The object to copy.
new RuntimeSpecification( o )
public Message copyOf(Message o)
o
- The object to copy.
new RuntimeMessage( o )
public Instance copyOf(Instance o)
o
- The object to copy.
new RuntimeInstance( o )
public Implementations copyOf(Implementations o)
o
- The object to copy.
new RuntimeImplementations( o )
public Texts copyOf(Texts o)
o
- The object to copy.
new RuntimeTexts( o )
public Implementation copyOf(Implementation o)
o
- The object to copy.
new RuntimeImplementation( o )
public Module copyOf(Module o)
o
- The object to copy.
new RuntimeModule( o )
public Argument copyOf(Argument o)
o
- The object to copy.
new RuntimeArgument( o )
public Text copyOf(Text o)
o
- The object to copy.
new RuntimeText( o )
public Properties copyOf(Properties o)
o
- The object to copy.
new RuntimeProperties( o )
public Person copyOf(Person o)
o
- The object to copy.
new RuntimePerson( o )
public SpecificationReference copyOf(SpecificationReference o)
o
- The object to copy.
new RuntimeSpecificationReference( o )
public Author copyOf(Author o)
o
- The object to copy.
new RuntimeAuthor( o )
public Property copyOf(Property o)
o
- The object to copy.
new RuntimeProperty( o )
public Arguments copyOf(Arguments o)
o
- The object to copy.
new RuntimeArguments( o )
public Dependency copyOf(Dependency o)
o
- The object to copy.
new RuntimeDependency( o )
public Specifications copyOf(Specifications o)
o
- The object to copy.
new RuntimeSpecifications( o )
public Messages copyOf(Messages o)
o
- The object to copy.
new RuntimeMessages( o )
public Persons copyOf(Persons o)
o
- The object to copy.
new RuntimePersons( o )
public MessageReference copyOf(MessageReference o)
o
- The object to copy.
new RuntimeMessageReference( o )
public void gc()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |