public interface CanHoldContext
HasAssignmentContext
class.
The assignment context holder (see AssignmentContextHolder
) can than use this interface
to store assignment contexts directly on the HasAssignmentContext
class, if the
assignment permits it (the Assignment.getIndex()
is implemented, i.e., a non negative
index is returned).HasAssignmentContext
Modifier and Type | Method and Description |
---|---|
AssignmentContext[] |
getContext() |
void |
setContext(AssignmentContext[] context) |
AssignmentContext[] getContext()
void setContext(AssignmentContext[] context)
Copyright © 2014 UniTime LLC. All Rights Reserved.