Package | Description |
---|---|
axoloti.object | |
axoloti.outlets |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Outlet> |
AxoObject.outlets |
Modifier and Type | Method and Description |
---|---|
Outlet |
AxoObject.GetOutlet(java.lang.String n) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Outlet> |
AxoObject.GetOutlets() |
java.util.ArrayList<Outlet> |
AxoObjectAbstract.GetOutlets() |
Modifier and Type | Class and Description |
---|---|
class |
OutletBool32 |
class |
OutletBool32Pulse |
class |
OutletCharPtr32 |
class |
OutletFrac32 |
class |
OutletFrac32Bipolar |
class |
OutletFrac32Buffer |
class |
OutletFrac32BufferBipolar |
class |
OutletFrac32BufferPos |
class |
OutletFrac32Pos |
class |
OutletInt32 |
class |
OutletInt32Bipolar |
class |
OutletInt32Pos |
Constructor and Description |
---|
OutletInstance(Outlet outlet,
AxoObjectInstance axoObj) |