Module org.praxislive.code
Package org.praxislive.code
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 Summary
ConstructorsModifierConstructorDescriptionprotectedReferenceDescriptor(Class<T> type, String id) Create a ReferenceDescriptor with the provided ID. -
Method Summary
-
Constructor Details
-
ReferenceDescriptor
Create a ReferenceDescriptor with the provided ID.- Parameters:
id- reference id
-