Package | Description |
---|---|
axoloti | |
axoloti.object | |
axoloti.outlets | |
components |
Modifier and Type | Method and Description |
---|---|
OutletInstance |
Patch.getOutletByReference(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
Net |
Patch.AddConnection(InletInstance il,
OutletInstance ol) |
Net |
PatchGUI.AddConnection(InletInstance il,
OutletInstance ol) |
Net |
Patch.AddConnection(OutletInstance il,
OutletInstance ol) |
Net |
PatchGUI.AddConnection(OutletInstance il,
OutletInstance ol) |
void |
Net.connectOutlet(OutletInstance outlet) |
Net |
Patch.disconnect(OutletInstance oi) |
Net |
PatchGUI.disconnect(OutletInstance oi) |
Net |
Patch.GetNet(OutletInstance ol) |
boolean |
Net.IsFirstOutlet(OutletInstance oi) |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<OutletInstance> |
AxoObjectInstance.outletInstances |
java.util.ArrayList<OutletInstance> |
AxoObjectInstanceZombie.outletInstances |
Modifier and Type | Method and Description |
---|---|
OutletInstance |
AxoObjectInstance.GetOutletInstance(java.lang.String n) |
OutletInstance |
AxoObjectInstanceAbstract.GetOutletInstance(java.lang.String n) |
OutletInstance |
AxoObjectInstanceZombie.GetOutletInstance(java.lang.String n) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<OutletInstance> |
AxoObjectInstance.GetOutletInstances() |
java.util.ArrayList<OutletInstance> |
AxoObjectInstanceAbstract.GetOutletInstances() |
java.util.ArrayList<OutletInstance> |
AxoObjectInstanceZombie.GetOutletInstances() |
Modifier and Type | Class and Description |
---|---|
class |
OutletInstanceZombie |
Modifier and Type | Method and Description |
---|---|
int |
OutletInstance.compareTo(OutletInstance t) |
Constructor and Description |
---|
OutletInstancePopupMenu(OutletInstance outletinstance1) |
Constructor and Description |
---|
JackOutputComponent(OutletInstance outlet) |