use of org.eclipse.milo.opcua.sdk.server.nodes.UaObjectTypeNode in project milo by eclipse.
the class ObjectTypeNodeLoader method loadNode32.
private void loadNode32() {
UaObjectTypeNode node = new UaObjectTypeNode(this.context, Identifiers.SessionsDiagnosticsSummaryType, new QualifiedName(0, "SessionsDiagnosticsSummaryType"), new LocalizedText("en", "SessionsDiagnosticsSummaryType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), false);
node.addReference(new Reference(Identifiers.SessionsDiagnosticsSummaryType, Identifiers.HasComponent, Identifiers.SessionsDiagnosticsSummaryType_SessionDiagnosticsArray.expanded(), true));
node.addReference(new Reference(Identifiers.SessionsDiagnosticsSummaryType, Identifiers.HasComponent, Identifiers.SessionsDiagnosticsSummaryType_SessionSecurityDiagnosticsArray.expanded(), true));
node.addReference(new Reference(Identifiers.SessionsDiagnosticsSummaryType, Identifiers.HasComponent, Identifiers.SessionsDiagnosticsSummaryType_ClientName_Placeholder.expanded(), true));
node.addReference(new Reference(Identifiers.SessionsDiagnosticsSummaryType, Identifiers.HasSubtype, Identifiers.BaseObjectType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaObjectTypeNode in project milo by eclipse.
the class ObjectTypeNodeLoader method loadNode101.
private void loadNode101() {
UaObjectTypeNode node = new UaObjectTypeNode(this.context, Identifiers.SystemConditionClassType, new QualifiedName(0, "SystemConditionClassType"), new LocalizedText("en", "SystemConditionClassType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), false);
node.addReference(new Reference(Identifiers.SystemConditionClassType, Identifiers.HasSubtype, Identifiers.BaseConditionClassType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaObjectTypeNode in project milo by eclipse.
the class ObjectTypeNodeLoader method loadNode21.
private void loadNode21() {
UaObjectTypeNode node = new UaObjectTypeNode(this.context, Identifiers.ExclusiveLimitAlarmType, new QualifiedName(0, "ExclusiveLimitAlarmType"), new LocalizedText("en", "ExclusiveLimitAlarmType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), false);
node.addReference(new Reference(Identifiers.ExclusiveLimitAlarmType, Identifiers.HasComponent, Identifiers.ExclusiveLimitAlarmType_ActiveState.expanded(), true));
node.addReference(new Reference(Identifiers.ExclusiveLimitAlarmType, Identifiers.HasComponent, Identifiers.ExclusiveLimitAlarmType_LimitState.expanded(), true));
node.addReference(new Reference(Identifiers.ExclusiveLimitAlarmType, Identifiers.HasSubtype, Identifiers.LimitAlarmType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaObjectTypeNode in project milo by eclipse.
the class ObjectTypeNodeLoader method loadNode56.
private void loadNode56() {
UaObjectTypeNode node = new UaObjectTypeNode(this.context, Identifiers.AuditDeleteNodesEventType, new QualifiedName(0, "AuditDeleteNodesEventType"), new LocalizedText("en", "AuditDeleteNodesEventType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), true);
node.addReference(new Reference(Identifiers.AuditDeleteNodesEventType, Identifiers.HasProperty, Identifiers.AuditDeleteNodesEventType_NodesToDelete.expanded(), true));
node.addReference(new Reference(Identifiers.AuditDeleteNodesEventType, Identifiers.HasSubtype, Identifiers.AuditNodeManagementEventType.expanded(), false));
this.nodeManager.addNode(node);
}
use of org.eclipse.milo.opcua.sdk.server.nodes.UaObjectTypeNode in project milo by eclipse.
the class ObjectTypeNodeLoader method loadNode27.
private void loadNode27() {
UaObjectTypeNode node = new UaObjectTypeNode(this.context, Identifiers.NonExclusiveLevelAlarmType, new QualifiedName(0, "NonExclusiveLevelAlarmType"), new LocalizedText("en", "NonExclusiveLevelAlarmType"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), false);
node.addReference(new Reference(Identifiers.NonExclusiveLevelAlarmType, Identifiers.HasSubtype, Identifiers.NonExclusiveLimitAlarmType.expanded(), false));
this.nodeManager.addNode(node);
}
Aggregations