public class BehaviorDescrBuilderImpl<P extends PatternDescrBuilder<?>> extends BaseDescrBuilderImpl<P,BehaviorDescr> implements BehaviorDescrBuilder<P>
descr, parent
Modifier | Constructor and Description |
---|---|
protected |
BehaviorDescrBuilderImpl(P parent) |
Modifier and Type | Method and Description |
---|---|
BehaviorDescrBuilder<P> |
parameters(List<String> params) |
BehaviorDescrBuilder<P> |
type(String type,
String subtype) |
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
protected BehaviorDescrBuilderImpl(P parent)
public BehaviorDescrBuilder<P> type(String type, String subtype)
type
in interface BehaviorDescrBuilder<P extends PatternDescrBuilder<?>>
public BehaviorDescrBuilder<P> parameters(List<String> params)
parameters
in interface BehaviorDescrBuilder<P extends PatternDescrBuilder<?>>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.