|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VertexShape | |
---|---|
cz.cuni.mff.ksi.jinfer.autoeditor.options | |
cz.cuni.mff.ksi.jinfer.base.objects | This package contains various common jInfer classes. |
cz.cuni.mff.ksi.jinfer.treeruledisplayer.logic | This package contains all logic behind constructing rule set trees displayed in Tree rule displayer. |
Uses of VertexShape in cz.cuni.mff.ksi.jinfer.autoeditor.options |
---|
Fields in cz.cuni.mff.ksi.jinfer.autoeditor.options declared as VertexShape | |
---|---|
static VertexShape |
ShapeUtils.REGULAR_NODE_SHAPE_DEFAULT
|
static VertexShape |
ShapeUtils.SUPERFINAL_NODE_SHAPE_DEFAULT
|
static VertexShape |
ShapeUtils.SUPERINITIAL_NODE_SHAPE_DEFAULT
|
Methods in cz.cuni.mff.ksi.jinfer.autoeditor.options that return VertexShape | |
---|---|
static VertexShape |
ShapeUtils.getShapeProperty(String property,
VertexShape defaultValue)
Get VertexShape property value for a particular property. |
Methods in cz.cuni.mff.ksi.jinfer.autoeditor.options with parameters of type VertexShape | |
---|---|
static VertexShape |
ShapeUtils.getShapeProperty(String property,
VertexShape defaultValue)
Get VertexShape property value for a particular property. |
Uses of VertexShape in cz.cuni.mff.ksi.jinfer.base.objects |
---|
Methods in cz.cuni.mff.ksi.jinfer.base.objects that return VertexShape | |
---|---|
static VertexShape |
VertexShape.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VertexShape[] |
VertexShape.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of VertexShape in cz.cuni.mff.ksi.jinfer.treeruledisplayer.logic |
---|
Fields in cz.cuni.mff.ksi.jinfer.treeruledisplayer.logic declared as VertexShape | |
---|---|
static VertexShape |
Utils.ALTER_SHAPE_DEFAULT
Shape of alternation vertex default value. |
static VertexShape |
Utils.ATTRIBUTE_SHAPE_DEFAULT
Shape of attribute vertex default value. |
static VertexShape |
Utils.CONCAT_SHAPE_DEFAULT
Shape of concatenation vertex default value. |
static VertexShape |
Utils.ELEMENT_SHAPE_DEFAULT
Shape of element vertex default value. |
static VertexShape |
Utils.LAMBDA_SHAPE_DEFAULT
Shape of lambda vertex default value. |
static VertexShape |
Utils.PERMUT_SHAPE_DEFAULT
Shape of permutation vertex default value. |
static VertexShape |
Utils.ROOT_SHAPE_DEFAULT
Shape of root vertex default value. |
static VertexShape |
Utils.SIMPLE_DATA_SHAPE_DEFAULT
Shape of simple data vertex default value. |
Methods in cz.cuni.mff.ksi.jinfer.treeruledisplayer.logic that return VertexShape | |
---|---|
static VertexShape |
Utils.getShapeProperty(String property,
VertexShape defaultValue)
Get VertexShape property value for particular property. |
Methods in cz.cuni.mff.ksi.jinfer.treeruledisplayer.logic with parameters of type VertexShape | |
---|---|
static VertexShape |
Utils.getShapeProperty(String property,
VertexShape defaultValue)
Get VertexShape property value for particular property. |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |