Modifier and type | Action and description |
---|---|
abstract java.util.Collection<E> | getBiStageFragmentContributions(Class<T>)
Replies all the registered contributions for a bi-stage process that are supported the given type of the Ecore source element. |
abstract java.util.Collection<E> | getSingleStageFragmentContributions(Class<T>)
Replies all the registered contributions for a single stage process without inherited transformer. |
def getBiStageFragmentContributions(Class<T>) : java.util.Collection<E>
def getSingleStageFragmentContributions(Class<T>) : java.util.Collection<E>