|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.composer.dialogs.forms.TempDictionary
public class TempDictionary
Constructor Summary | |
---|---|
TempDictionary(RubatoDictionary dict)
|
Method Summary | |
---|---|
Denotator |
getDenotator(java.lang.String name)
Returns the denotator for the given name . |
java.util.List<Denotator> |
getDenotators()
Returns a list of all denotators. |
Form |
getForm(java.lang.String name)
Returns the form for the given name . |
java.util.List<Form> |
getForms()
Returns a list of all forms. |
Module |
getModule(java.lang.String name)
Returns the module for the given name . |
ModuleElement |
getModuleElement(java.lang.String name)
Returns the module element for the given name . |
ModuleMorphism |
getModuleMorphism(java.lang.String name)
Returns the module morphism for the given name . |
void |
insertForm(java.lang.String name,
Form form)
|
void |
registerAll(Repository rep)
|
void |
removeForm(Form form)
|
void |
resolveAll()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TempDictionary(RubatoDictionary dict)
Method Detail |
---|
public java.util.List<Form> getForms()
RubatoDictionary
getForms
in interface RubatoDictionary
public Form getForm(java.lang.String name)
RubatoDictionary
name
.
getForm
in interface RubatoDictionary
public void removeForm(Form form)
public void insertForm(java.lang.String name, Form form)
public void resolveAll()
public void registerAll(Repository rep)
public java.util.List<Denotator> getDenotators()
RubatoDictionary
getDenotators
in interface RubatoDictionary
public Denotator getDenotator(java.lang.String name)
RubatoDictionary
name
.
getDenotator
in interface RubatoDictionary
public Module getModule(java.lang.String name)
RubatoDictionary
name
.
getModule
in interface RubatoDictionary
public ModuleElement getModuleElement(java.lang.String name)
RubatoDictionary
name
.
getModuleElement
in interface RubatoDictionary
public ModuleMorphism getModuleMorphism(java.lang.String name)
RubatoDictionary
name
.
getModuleMorphism
in interface RubatoDictionary
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |