Interface AggStateGon<I,E,K,V>

All Superinterfaces:
AggState<I,E>
All Known Subinterfaces:
AggStateGonNode<I,E,K,V>, AggStateTransition<I,E,K,V>, AggStateTypeProduceEntry<I,E,K,V>, AggStateTypeProduceNode<I,E,K,V>
All Known Implementing Classes:
AggStateCondition, AggStateFragmentBody, AggStateFragmentHead, AggStateLiteral, AggStateLiteralProperty, AggStateMap, AggStateMemberSet, AggStateObject, AggStateProperty, AggStatePropertyBase, AggStateTransitionBase

public interface AggStateGon<I,E,K,V> extends AggState<I,E>