Class ReferenceDescriptor<T extends ReferenceDescriptor<T>>

java.lang.Object
org.praxislive.code.Descriptor<T>
org.praxislive.code.ReferenceDescriptor<T>

public abstract non-sealed class ReferenceDescriptor<T extends ReferenceDescriptor<T>> extends Descriptor<T>
A ReferenceDescriptor is used for wrapping references carried across from one iteration of code context to the next that do not correspond to controls or ports. They include an ID, but no ordering or categories.
  • Constructor Details

    • ReferenceDescriptor

      protected ReferenceDescriptor(Class<T> type, String id)
      Create a ReferenceDescriptor with the provided ID.
      Parameters:
      id - reference id