Uses of Class
adams.core.RObjectPath
-
Packages that use RObjectPath Package Description adams.core adams.flow.transformer adams.gui.goe -
-
Uses of RObjectPath in adams.core
Methods in adams.core that return RObjectPath Modifier and Type Method Description RObjectPath
RObjectPath. addChild(String path)
Creates a new path object that is the direct descendant of this path.RObjectPath
RObjectPath. getChildPath()
Returns the path without the first element.RObjectPath
RObjectPath. getCommonAncestor(RObjectPath objectPath)
Returns the path that denotes the common ancestor of this and the specified object path.RObjectPath
RObjectPath. getParentPath()
Returns the path without the last element.Methods in adams.core that return types with arguments of type RObjectPath Modifier and Type Method Description protected static List<RObjectPath>
RObjectInspector. list(RObjectPath parent, org.renjin.sexp.SEXP robj)
Returns the paths for all objects in the provided object.static List<RObjectPath>
RObjectInspector. list(org.renjin.sexp.SEXP robj)
Returns the paths for all objects in the provided object.Methods in adams.core with parameters of type RObjectPath Modifier and Type Method Description int
RObjectPath. compareTo(RObjectPath o)
Compares this object with the specified object for order.static org.renjin.sexp.SEXP
RObjectInspector. get(org.renjin.sexp.SEXP robj, RObjectPath path)
Returns the object associated with the path.RObjectPath
RObjectPath. getCommonAncestor(RObjectPath objectPath)
Returns the path that denotes the common ancestor of this and the specified object path.boolean
RObjectPath. isDescendant(RObjectPath objectPath)
Checks whether the specified object path is a descendant of this object path object.protected static List<RObjectPath>
RObjectInspector. list(RObjectPath parent, org.renjin.sexp.SEXP robj)
Returns the paths for all objects in the provided object. -
Uses of RObjectPath in adams.flow.transformer
Fields in adams.flow.transformer declared as RObjectPath Modifier and Type Field Description protected RObjectPath
RenjinGetObject. m_Path
the path of the object to get.Methods in adams.flow.transformer that return RObjectPath Modifier and Type Method Description RObjectPath
RenjinGetObject. getPath()
Returns the path of the object to retrieve.Methods in adams.flow.transformer with parameters of type RObjectPath Modifier and Type Method Description void
RenjinGetObject. setPath(RObjectPath value)
Sets the path of the object to retrieve. -
Uses of RObjectPath in adams.gui.goe
Methods in adams.gui.goe that return RObjectPath Modifier and Type Method Description protected RObjectPath
RObjectPathEditor. parse(String s)
Parses the given string and returns the generated object.
-