|
ContentsAnnotation2 module documentationAnnotationTypeAnnotationType represents AnnotationType instance in Simantics ontology ( newAnnotationType :: Resource -> <WriteGraph> Resource Creates new AnnotationType under the given Library instance and returns it without PropertyRelation newAnnotationType1 :: Resource -> <WriteGraph> (Resource, Resource) Creates new AnnotationType under the given Library instance. Returns a Tuple2 consisting the AnnotationPropertyRelation and AnnotationType instances. attachAnnotationType :: Resource -> Resource -> <WriteGraph> Resource Attaches the given AnnotationType to the given Resource which can be for example a Diagram or a Symbol. AnnotationValueAnnotationValue represents AnnotationType instance in Simantics ontology ( newAnnotationValue :: Resource -> Resource -> <WriteGraph> Resource Creates new AnnotationValue under the given Library instance with the AnnotationType reference. Returns the created AnnotationValue.
AnnotationPropertynewAnnotationProperty :: Resource -> <WriteGraph> Resource Creates new AnnotationProperty under the given AnnotatoinType instance. Returns the created AnnotationProperty. advancedAnnotationProperty :: Resource -> String -> String -> String -> String -> String -> String -> <WriteGraph> Resource Creates new AnnotationProperty under the given AnnotationType instance with advanced options for user to define non-default parameters for the following values
removeAnnotationProperty :: Resource -> <WriteGraph> () Removes the given AnnotationProperty instance. Undocumented entitiescopyAnnotationData :: Resource -> Resource -> <WriteGraph> () exportAnnotationType :: File -> Resource -> <Proc> () getAnnotationNameFromType :: Resource -> <ReadGraph> String getPossibleAnnotationType :: Resource -> String -> <ReadGraph> Maybe Resource importAnnotation :: File -> Resource -> <Proc> () newAnnotationValueWithName :: Resource -> String -> Resource -> <WriteGraph> Resource saveAnnotation :: Resource -> Resource -> String -> <WriteGraph> Resource setAnnotationPropertyValue :: Resource -> Resource -> String -> String -> <WriteGraph> () setPropertyDescription :: Resource -> String -> <WriteGraph> () setPropertyLabel :: Resource -> String -> <WriteGraph> () setPropertyRange :: Resource -> String -> <WriteGraph> () setPropertyType :: Resource -> String -> <WriteGraph> () setPropertyUnit :: Resource -> String -> <WriteGraph> () |