Uses of Class
org.nuiton.eugene.models.object.reader.yaml.YamlObject
-
Packages that use YamlObject Package Description org.nuiton.eugene.models.object.reader.yaml -
-
Uses of YamlObject in org.nuiton.eugene.models.object.reader.yaml
Fields in org.nuiton.eugene.models.object.reader.yaml declared as YamlObject Modifier and Type Field Description protected YamlObjectLoadObjectModel. modelYAMLOprotected YamlObjectParserUserFriendly. modelYAMLOFields in org.nuiton.eugene.models.object.reader.yaml with type parameters of type YamlObject Modifier and Type Field Description protected Map<String,List<YamlObject>>YamlObject. mapStringListYamlObjectMethods in org.nuiton.eugene.models.object.reader.yaml that return YamlObject Modifier and Type Method Description YamlObjectYamlObject. getFirstMapStringListYamlObject(String key)YamlObjectParserUserFriendly. getReverseAttribute(String type, String label)YamlObjectParserUserFriendly. getReverseObject(String type)Methods in org.nuiton.eugene.models.object.reader.yaml that return types with arguments of type YamlObject Modifier and Type Method Description Map<String,List<YamlObject>>YamlObject. getMapStringListYamlObject()List<YamlObject>YamlObject. getMapStringListYamlObject(String key)Methods in org.nuiton.eugene.models.object.reader.yaml with parameters of type YamlObject Modifier and Type Method Description voidYamlObject. addYamlObjectToMap(String key, YamlObject value)voidLoadObjectModel. loadAssociationClass(YamlObject associationClassYAML, ObjectModelAssociationClassImpl associationClassOM)voidLoadObjectModel. loadAttribute(YamlObject attributeYAMLO, ObjectModelAttributeImpl attributeOM)voidLoadObjectModel. loadClass(YamlObject classYAMLO, ObjectModelClassImpl classOM)voidLoadObjectModel. loadClassifier(YamlObject classifierYAMLO, ObjectModelClassifierImpl classifierOM)voidLoadObjectModel. loadElement(YamlObject elementYAMLO, ObjectModelElementImpl elementOM)voidLoadObjectModel. loadEnumeration(YamlObject enumerationYAMLO, ObjectModelEnumerationImpl enumerationOM)voidLoadObjectModel. loadInterface(YamlObject interfaceYAMLO, ObjectModelInterfaceImpl interfaceOM)voidLoadObjectModel. loadOperation(YamlObject operationYAMLO, ObjectModelOperationImpl operationOM)voidLoadObjectModel. loadParameter(YamlObject parameterYAMLO, ObjectModelParameterImpl parameterOM)static voidSyntaxePureYaml. loadYamlObject(Object modelYAML, YamlObject modelYAMLO)static voidSyntaxeUserFriendly. loadYamlObject(Object modelYAML, YamlObject modelYAMLO)voidParserUserFriendly. parseAssociationClass(String key, Object value, YamlObject associationClassYAMLO)voidParserUserFriendly. parseAttribute(String key, Object value, YamlObject attributeYAMLO)voidParserUserFriendly. parseClass(String key, Object value, YamlObject classYAMLO)voidParserUserFriendly. parseEnumeration(String key, Object value, YamlObject enumerationYAMLO)voidParserUserFriendly. parseInterface(String key, Object value, YamlObject interfaceYAMLO)static voidParserPureYaml. parseModel(Object modelYAML, YamlObject modelYAMLO)voidParserUserFriendly. parseOperation(String key, Object value, YamlObject operationYAMLO)booleanYamlObject. removeMapStringListYamlObject(String key, YamlObject value)booleanYamlObject. setMapStringListYamlObject(String key, YamlObject value, YamlObject element)Constructors in org.nuiton.eugene.models.object.reader.yaml with parameters of type YamlObject Constructor Description LoadObjectModel(YamlObject modelYAMLO, ObjectModelImpl modelOM, Map<String,String> defaultValues)ParserUserFriendly(Object modelYAML, YamlObject modelYAMLO)
-