Class GFOp_re
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- org.verapdf.gf.model.impl.operator.pathconstruction.GFOpPathConstruction
-
- org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_re
-
- All Implemented Interfaces:
Object,Op_re,Operator,OpPathConstruction
public class GFOp_re extends GFOpPathConstruction implements Op_re
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringOP_RE_TYPEType name forGFOp_restatic StringRECT_BOXName of link to the rectangle box-
Fields inherited from class org.verapdf.gf.model.impl.operator.pathconstruction.GFOpPathConstruction
CONTROL_POINTS
-
Fields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTS
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Object>getLinkedObjects(String link)-
Methods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbers
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
OP_RE_TYPE
public static final String OP_RE_TYPE
Type name forGFOp_re- See Also:
- Constant Field Values
-
RECT_BOX
public static final String RECT_BOX
Name of link to the rectangle box- See Also:
- Constant Field Values
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
-