Class StructuringElement
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.structuring.StructuringElement
-
public class StructuringElement extends Object
-
-
Constructor Summary
Constructors Constructor Description StructuringElement(String id, ComponentType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroup()
String
getId()
String
getParentId()
void
setGroup(String group)
void
setId(String id)
void
setParentId(String parentId)
String
toString()
-
-
-
Constructor Detail
-
StructuringElement
public StructuringElement(String id, ComponentType type)
-
-