All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addAttribute(Attribute att) |
void |
addComponent(Component cpt) |
void |
addToChildren(String childrenName,
Component c) |
void |
checkResolve(Lems n,
ComponentType parentType) |
void |
clear() |
int |
compareTo(Component o) |
String |
details(String indent) |
void |
evaluateStatic(Lems lems) |
String |
getAbout() |
ArrayList<Component> |
getAllChildren() |
LemsCollection<Attribute> |
getAttributes() |
String |
getAttributeValue(String s) |
Component |
getChild(String rp) |
LinkedHashMap<String,Component> |
getChildHM() |
ArrayList<Component> |
getChildrenAL(String s) |
ArrayList<Component> |
getChildrenAL(String s,
boolean ordered) |
LemsCollection<Component> |
getComponents() |
ComponentType |
getComponentType() |
XMLElement |
getContextMeta(String ctxt) |
String |
getDeclaredType() |
String |
getExtendsName() |
StateType |
getFixedStateType() |
String |
getID() |
Component |
getInheritableLinkTarget(String pnm) |
String |
getInheritableTextParam(String pnm) |
String |
getListName(Component cpt) |
String |
getName() |
ParamValue |
getParamValue(String pvn) |
LemsCollection<ParamValue> |
getParamValues() |
Component |
getParent() |
String |
getPathParameterPath(String paramName) |
ParamValue |
getPathParamValue(String[] bits) |
LinkedHashMap<String,Component> |
getRefComponents() |
LinkedHashMap<String,Component> |
getRefHM() |
Component |
getRelativeComponent(String nm) |
RuntimeType |
getRuntimeType() |
Component |
getScopeComponent(String at) |
StateType |
getStateType() |
StateType |
getStateType(boolean fixParams) |
ArrayList<Component> |
getStrictChildren() |
String |
getStringValue(String sn) |
String |
getTextParam(String pnm) |
LinkedHashMap<String,String> |
getTextParamMap() |
String |
getTypeName() |
String |
getUniqueID() |
boolean |
hasAttribute(String s) |
boolean |
hasChildrenAL(String s) |
boolean |
hasInstances() |
boolean |
hasParam(String p) |
boolean |
hasStringValue(String sn) |
boolean |
hasTextParam(String pnm) |
String |
makeAttributeText() |
StateType |
makeConsolidatedCoponentBehavior(String knownas) |
StateType |
makeStateType(boolean fixParams) |
Component |
quietGetChild(String rp) |
void |
removeChild(Component c) |
void |
resolve(Lems lems,
ComponentType parentType) |
void |
resolve(Lems lems,
ComponentType parentType,
boolean bwarn) |
void |
resolve(Lems lems,
ComponentType parentType,
boolean bwarn,
boolean dfltZero) |
void |
setDeclaredName(String s) |
void |
setHasInstances() |
void |
setID(String s) |
void |
setName(String s) |
void |
setParameter(String sa,
String sv) |
void |
setParent(Object ob) |
void |
setPosition(double x,
double y) |
void |
setReplacement(Component cpt) |
void |
setRuntimeType(RuntimeType rt) |
void |
setType(ComponentType ct) |
void |
setType(String s) |
void |
setTypeName(String scl) |
String |
summary() |
String |
toString() |