Package | Description |
---|---|
axoloti | |
axoloti.inlets | |
axoloti.object | |
components |
Modifier and Type | Method and Description |
---|---|
InletInstance |
Patch.getInletByReference(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
Net |
Patch.AddConnection(InletInstance il,
InletInstance ol) |
Net |
PatchGUI.AddConnection(InletInstance il,
InletInstance ol) |
Net |
Patch.AddConnection(InletInstance il,
OutletInstance ol) |
Net |
PatchGUI.AddConnection(InletInstance il,
OutletInstance ol) |
void |
Net.connectInlet(InletInstance inlet) |
Net |
Patch.disconnect(InletInstance ii) |
Net |
PatchGUI.disconnect(InletInstance ii) |
Net |
Patch.GetNet(InletInstance il) |
Modifier and Type | Class and Description |
---|---|
class |
InletInstanceZombie |
Constructor and Description |
---|
InletInstancePopupMenu(InletInstance inletinstance1) |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<InletInstance> |
AxoObjectInstance.inletInstances |
java.util.ArrayList<InletInstance> |
AxoObjectInstanceZombie.inletInstances |
Modifier and Type | Method and Description |
---|---|
InletInstance |
AxoObjectInstance.GetInletInstance(java.lang.String n) |
InletInstance |
AxoObjectInstanceAbstract.GetInletInstance(java.lang.String n) |
InletInstance |
AxoObjectInstanceZombie.GetInletInstance(java.lang.String n) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<InletInstance> |
AxoObjectInstance.GetInletInstances() |
java.util.ArrayList<InletInstance> |
AxoObjectInstanceAbstract.GetInletInstances() |
java.util.ArrayList<InletInstance> |
AxoObjectInstanceZombie.GetInletInstances() |
Constructor and Description |
---|
JackInputComponent(InletInstance inlet) |